Ion
|
IsConvertible is similar to std::is_convertible, except that it only looks at direct inheritance relationships (e.g. More...
#include "type_structs.h"
Static Public Attributes | |
static const bool | value |
IsConvertible is similar to std::is_convertible, except that it only looks at direct inheritance relationships (e.g.
it doesn't account for conversion operators). IsConvertible<From, To>::value is true iff either IsSameType<To, From>::value or IsBaseOf<To, From>::value is true.
Definition at line 67 of file type_structs.h.
|
staticinherited |
Definition at line 34 of file type_structs.h.