|
template<typename CharT , typename T > |
bool | extract (const std::basic_string< CharT > &value, T &dst) |
|
template<typename CharT > |
bool | extract (const std::basic_string< CharT > &value, std::basic_string< CharT > &dst) |
|
template<typename CharT , typename T > |
bool | get_value (const std::map< std::basic_string< CharT >, std::basic_string< CharT > > &sec, const std::basic_string< CharT > &key, T &dst) |
|
template<typename CharT , typename T > |
bool | get_value (const std::map< std::basic_string< CharT >, std::basic_string< CharT > > &sec, const CharT *key, T &dst) |
|