i18n
|
Uses std::is_base_of
to check that First
inherits from Base
. Recursively evaluates the remaining Rest...
types via all_derived.
More...
#include <TypeTraits.hpp>
Uses std::is_base_of
to check that First
inherits from Base
. Recursively evaluates the remaining Rest...
types via all_derived.
Base | The base type |
First | The first type in the Derived pack |
Rest | Remaining types in the Derived pack |