template <template <typename...> class T>
struct template_matcher
Defined at line 56 of file ../../sdk/lib/fit/include/lib/fit/internal/result.h
Detects whether the given expression evaluates to an instance of the template T.
Public Methods
template <typename... Args>
std::true_type match (const T<Args...> & )
template <typename... Args>
std::true_type match (const T<Args...> & )
std::false_type match ()