The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions
iterable_pair.hpp File Reference
#include <utility>
#include <iterator>
Include dependency graph for iterable_pair.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
std::begin (const std::pair< T, T > &p)
 
template<typename T >
std::end (const std::pair< T, T > &p)
 
template<typename T >
std::cbegin (const std::pair< T, T > &p)
 
template<typename T >
std::cend (const std::pair< T, T > &p)
 
template<typename T >
std::reverse_iterator< T > std::rbegin (const std::pair< T, T > &p)
 
template<typename T >
std::reverse_iterator< T > std::rend (const std::pair< T, T > &p)
 
template<typename T >
std::reverse_iterator< T > std::crbegin (const std::pair< T, T > &p)
 
template<typename T >
std::reverse_iterator< T > std::crend (const std::pair< T, T > &p)