|
| template<typename Map > |
| second_t< typename Map::value_type > | ant::std_ext::second (const Map &) |
| |
| template<class Pair > |
| std::enable_if< is_pair< Pair >::value, Pair >::type::second_type | ant::std_ext::get_second (Pair p) |
| |
| template<typename Map , typename = std::enable_if<is_mapping<Map>::value>> |
| Map::iterator | ant::std_ext::min_map_element (Map &m) |
| | Takes map-like container and returns an iterator to the pair with the minimum associated key value. More...
|
| |
| template<typename Map , typename = std::enable_if<is_mapping<Map>::value>> |
| Map::iterator | ant::std_ext::max_map_element (Map &m) |
| | Takes map-like container and returns an iterator to the pair with the maximum associated key value. More...
|
| |