Template Struct is_base_of

Inheritance Relationships

Base Type

  • public std::is_base_of< T1, T2 >

Struct Documentation

template<typename T1, typename T2>
struct is_base_of : public std::is_base_of<T1, T2>