template <typename T>
struct check_result
Defined at line 144 of file ../../sdk/lib/fit-promise/include/lib/fpromise/promise_internal.h
This expression always evaluates to false but depends on the template
type parameters so that it only gets evaluated when the template is
expanded. If we simply wrote "false", the compiler would raise the
static assertion failure as soon as it encountered the statement.
Public Members
static const bool value