#include <string>
#include <utl/AugerException.h>
Go to the source code of this file.
|
template<class Map > |
Map::mapped_type & | utl::MustFind (Map &map, const typename Map::key_type &key, const std::string &failMessage="key not found") |
|
template<class Map > |
const Map::mapped_type & | utl::MustFind (const Map &map, const typename Map::key_type &key, const std::string &failMessage="key not found") |
|
template<class Map > |
Map::mapped_type & | utl::MustFind (Map *const map, const typename Map::key_type &key, const std::string &failMessage="key not found") |
|
template<class Map > |
const Map::mapped_type & | utl::MustFind (const Map *const map, const typename Map::key_type &key, const std::string &failMessage="key not found") |
|