|
static constexpr size_t | value = 1 + find_if<typelist<Tail...>, Condition>::value |
|
template<class Head, class... Tail, template< class > class Condition>
struct c10::guts::typelist::find_if< typelist< Head, Tail... >, Condition, enable_if_t<!Condition< Head >::value > >
Definition at line 270 of file TypeList.h.
The documentation for this struct was generated from the following file: