tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
variant_alternative.hpp File Reference

Go to the source code of this file.

Classes

struct  variant_alternative< Idx, T const >
 
struct  variant_alternative< Idx, T const volatile >
 
struct  variant_alternative< Idx, T volatile >
 
struct  variant_alternative< Idx, variant< Ts... > >
 

Namespaces

namespace  etl
 

Typedefs

template<size_t I, typename T >
using variant_alternative_t = typename variant_alternative< I, T >::type