Shaka Player Embedded
Classes | Static Public Attributes | List of all members
shaka::impl::get_construct_index< Arg, T, Choices > Struct Template Reference

#include <variant.h>

Static Public Attributes

static constexpr const size_t index
 

Detailed Description

template<typename Arg, typename T, typename... Choices>
struct shaka::impl::get_construct_index< Arg, T, Choices >

Contains an |index| member for the index of the first type that can be constructed with an argument of type Arg.

Definition at line 95 of file variant.h.

Member Data Documentation

§ index

template<typename Arg , typename T , typename... Choices>
constexpr const size_t shaka::impl::get_construct_index< Arg, T, Choices >::index
static
Initial value:
=
Helper<std::is_constructible<T, Arg&&>::value>::index

Definition at line 110 of file variant.h.


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