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