refl-cpp
refl::trait::index_of_base< T, type_list< Ts... > > Struct Template Reference

The index of the type in the type list that is derived from T, -1 if it doesn't exist. More...

#include <refl.hpp>

Detailed Description

template<typename T, typename... Ts>
struct refl::trait::index_of_base< T, type_list< Ts... > >

The index of the type in the type list that is derived from T, -1 if it doesn't exist.

See also
contains_base

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