Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

is_base_of< TBase, TDerived, IsFundamental > Struct Template Reference

is_base_of< TBase, TDerived, IsFundamental > Struct Template Reference
[type_traits]

is_base_of More...

#include <type_traits.h>


Detailed Description

template<typename TBase, typename TDerived, const bool IsFundamental = (etl::is_fundamental<TBase>::value || etl::is_fundamental<TDerived>::value)>
struct etl::is_base_of< TBase, TDerived, IsFundamental >

is_base_of

Definition at line 444 of file type_traits.h.