proteus  1.8.1
C/C++/Fortran libraries
Functions
proteus::detail Namespace Reference

Functions

template<class OS , class M >
OS & print_map (OS &os, const std::string &name, const M &m)
 
template<class T >
std::string key_error_messagei (const T &key)
 
std::string key_error_message (const std::string &key)
 

Function Documentation

◆ key_error_message()

std::string proteus::detail::key_error_message ( const std::string &  key)
inline

Definition at line 110 of file ArgumentsDict.h.

◆ key_error_messagei()

template<class T >
std::string proteus::detail::key_error_messagei ( const T key)
inline

Definition at line 105 of file ArgumentsDict.h.

◆ print_map()

template<class OS , class M >
OS& proteus::detail::print_map ( OS &  os,
const std::string &  name,
const M &  m 
)

Definition at line 36 of file ArgumentsDict.cpp.