#include <utility>
#include <iterator>
Go to the source code of this file.
|
template<typename T > |
T | std::begin (const std::pair< T, T > &p) |
|
template<typename T > |
T | std::end (const std::pair< T, T > &p) |
|
template<typename T > |
T | std::cbegin (const std::pair< T, T > &p) |
|
template<typename T > |
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) |
|
◆ begin()
template<typename T >
T std::begin |
( |
const std::pair< T, T > & |
p | ) |
|
|
inline |
◆ cbegin()
template<typename T >
T std::cbegin |
( |
const std::pair< T, T > & |
p | ) |
|
|
inline |
◆ cend()
template<typename T >
T std::cend |
( |
const std::pair< T, T > & |
p | ) |
|
|
inline |
◆ crbegin()
template<typename T >
std::reverse_iterator<T> std::crbegin |
( |
const std::pair< T, T > & |
p | ) |
|
|
inline |
◆ crend()
template<typename T >
std::reverse_iterator<T> std::crend |
( |
const std::pair< T, T > & |
p | ) |
|
|
inline |
◆ end()
template<typename T >
T std::end |
( |
const std::pair< T, T > & |
p | ) |
|
|
inline |
◆ rbegin()
template<typename T >
std::reverse_iterator<T> std::rbegin |
( |
const std::pair< T, T > & |
p | ) |
|
|
inline |
◆ rend()
template<typename T >
std::reverse_iterator<T> std::rend |
( |
const std::pair< T, T > & |
p | ) |
|
|
inline |