8 #ifndef SCARAB_UTILITY_MAPATDEFAULT 9 #define SCARAB_UTILITY_MAPATDEFAULT 15 template<
typename x_key,
typename x_value >
16 const x_value&
at(
const std::map< x_key, x_value >& a_map,
const x_key& a_key,
const x_value& a_default )
20 return a_map.at( a_key );
const x_value & at(const std::map< x_key, x_value > &a_map, const x_key &a_key, const x_value &a_default)