Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Public Types
std::tuple_element< I, ext::tuple< Types... > > Struct Template Reference

Specialisation of tuple_element for extended tuple. More...

#include <tuple.hpp>

Public Types

typedef std::tuple_element< I, std::tuple< Types... > >::type type
 

Detailed Description

template<std::size_t I, class... Types>
struct std::tuple_element< I, ext::tuple< Types... > >

Specialisation of tuple_element for extended tuple.

The class provides type field representing selected type.

Template Parameters
Ithe index into tuple types
...Types the pack of tuple types

Member Typedef Documentation

◆ type

template<std::size_t I, class... Types>
typedef std::tuple_element<I,std::tuple<Types...>>::type std::tuple_element< I, ext::tuple< Types... > >::type

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