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

Specialisation of tuple_element for extended pair. More...

#include <pair.hpp>

Public Types

typedef std::tuple_element< I, std::pair< First, Second > >::type type
 

Detailed Description

template<std::size_t I, class First, class Second>
struct std::tuple_element< I, ext::pair< First, Second > >

Specialisation of tuple_element for extended pair.

The class provides type field representing selected type.

Template Parameters
Ithe index into tuple types
Firstthe first of pair values
Secondthe second of pair values

Member Typedef Documentation

◆ type

template<std::size_t I, class First , class Second >
typedef std::tuple_element<I,std::pair<First,Second>>::type std::tuple_element< I, ext::pair< First, Second > >::type

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