Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Specialisation of tuple_element for extended pair. More...
#include <pair.hpp>
Public Types | |
typedef std::tuple_element< I, std::pair< First, Second > >::type | type |
Specialisation of tuple_element for extended pair.
The class provides type field representing selected type.
I | the index into tuple types |
First | the first of pair values |
Second | the second of pair values |
typedef std::tuple_element<I,std::pair<First,Second>>::type std::tuple_element< I, ext::pair< First, Second > >::type |