refl-cpp
refl::attr::base_types< Ts > Struct Template Reference

Used to specify the base types of the target type. More...

#include <refl.hpp>

Public Types

typedef type_list< Ts... > list_type
 An alias for a type_list of the base types. More...
 

Static Public Attributes

static constexpr list_type list { }
 An instance of a type_list of the base types. More...
 

Detailed Description

template<typename... Ts>
struct refl::attr::base_types< Ts >

Used to specify the base types of the target type.

Member Typedef Documentation

◆ list_type

template<typename... Ts>
typedef type_list<Ts...> refl::attr::base_types< Ts >::list_type

An alias for a type_list of the base types.

Member Data Documentation

◆ list

template<typename... Ts>
constexpr list_type refl::attr::base_types< Ts >::list { }
staticconstexpr

An instance of a type_list of the base types.


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