Shaka Player Embedded
Public Types | List of all members
shaka::variant_alternative< I, variant< Choices... > > Struct Template Reference

#include <variant.h>

Public Types

using type = typename impl::get_type_at< I, Choices... >::type
 

Detailed Description

template<size_t I, typename... Choices>
struct shaka::variant_alternative< I, variant< Choices... > >

Definition at line 283 of file variant.h.

Member Typedef Documentation

§ type

template<size_t I, typename... Choices>
using shaka::variant_alternative< I, variant< Choices... > >::type = typename impl::get_type_at<I, Choices...>::type

Definition at line 284 of file variant.h.


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