ChessPlusPlus
WIP
cplusplus.com Community Project
|
Functions | |
template<typename Iter , typename = typename iterator_traits<Iter>::iterator_category> | |
Iter | begin (pair< Iter, Iter > const &p) |
template<typename Iter , typename = typename iterator_traits<Iter>::iterator_category> | |
Iter | end (pair< Iter, Iter > const &p) |
Iter std::begin | ( | pair< Iter, Iter > const & | p | ) |
Allows iterating over the return value of equal_range().
Iter | the iterator type, to be decuded by the compiler. |
p | the return value of equal_range(). |
Iter std::end | ( | pair< Iter, Iter > const & | p | ) |
Allows iterating over the return value of equal_range().
Iter | the iterator type, to be decuded by the compiler. |
p | the return value of equal_range(). |