i18n
Loading...
Searching...
No Matches
all_derived< Base > Struct Template Reference

If the pack of Derived types is empty, we trivially return true. This stops the recursion. More...

#include <TypeTraits.hpp>

Inheritance diagram for all_derived< Base >:

Detailed Description

template<typename Base>
struct all_derived< Base >

If the pack of Derived types is empty, we trivially return true. This stops the recursion.

Template Parameters
BaseThe base type
See also
is_derived_from Single-type check trait
all_derived Multi-type check trait
all_derived<Base, First, Rest...> Multi-type check trait

The documentation for this struct was generated from the following file: