Template Struct has_header< T, void_t< decltype(T::header) > >

Inheritance Relationships

Base Type

  • public std::true_type

Struct Documentation

template<class T>
struct has_header<T, void_t<decltype(T::header)>> : public std::true_type