Template Struct variant_alternative< I, volatile T >

Inheritance Relationships

Base Type

  • public std::add_volatile< variant_alternative_t< I, T > >

Struct Documentation

template<std::size_t I, typename T>
struct variant_alternative<I, volatile T> : public std::add_volatile<variant_alternative_t<I, T>>