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

Specialisation of tuple_size for extended pair. More...

#include <pair.hpp>

Inheritance diagram for std::tuple_size< ext::pair< First, Second > >:
[legend]
Collaboration diagram for std::tuple_size< ext::pair< First, Second > >:
[legend]

Detailed Description

template<class First, class Second>
struct std::tuple_size< ext::pair< First, Second > >

Specialisation of tuple_size for extended pair.

Template Parameters
Firstthe first of pair values
Secondthe second of pair values

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