Namespaces | Functions
MustFind.h File Reference
#include <string>
#include <utl/AugerException.h>

Go to the source code of this file.

Namespaces

 utl
 

Functions

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")
 

, generated on Tue Sep 26 2023.