Shaka Player Embedded
Public Types | List of all members
shaka::impl::get_type_at< I, T, Choices... > Struct Template Referencefinal

#include <variant.h>

Public Types

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

Detailed Description

template<size_t I, typename T, typename... Choices>
struct shaka::impl::get_type_at< I, T, Choices... >

Definition at line 59 of file variant.h.

Member Typedef Documentation

§ type

template<size_t I, typename T , typename... Choices>
using shaka::impl::get_type_at< I, T, Choices... >::type = typename get_type_at<I - 1, Choices...>::type

Definition at line 61 of file variant.h.


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