variant_types_impl< boost::variant< T, Ts... > > Struct Template Reference

Public Types

using type = meta::pack< T, Ts... >
 

Detailed Description

template<typename T, typename... Ts>
struct atria::variant::variant_types_impl< boost::variant< T, Ts... > >

Definition at line 39 of file variant_types_boost.hpp.


The documentation for this struct was generated from the following file:
Fork me on GitHub