Ion
|
Because the Derived type-cast operator is non-const, it is preferred over the Base operator when calling Test() below. More...
#include "type_structs.h"
Public Member Functions | |
operator Base * () const | |
operator Derived * () | |
Because the Derived type-cast operator is non-const, it is preferred over the Base operator when calling Test() below.
Definition at line 48 of file type_structs.h.
ion::base::IsBaseOf< Base, Derived >::Helper::operator Base * | ( | ) | const |
ion::base::IsBaseOf< Base, Derived >::Helper::operator Derived * | ( | ) |