Support Class Library
A set of tools providing classes and utility
|
DerivedFrom concept, a type Derived is derived from another type Base if Derived is a derives from Base. More...
#include "DerivedFrom.h"
Public Member Functions | |
constexpr | operator bool () const |
DerivedFrom concept, a type Derived is derived from another type Base if Derived is a derives from Base.
Derived | being the supposed derived type |
Base | being the supposed base type |
Definition at line 13 of file DerivedFrom.h.
|
inline |
Definition at line 14 of file DerivedFrom.h.