std::string get_config_entry(
const std::string& key,
const std::string& dflt)
std::string get_config_entry(
const std::string& key,
const std::string& dflt)Description
//////////////////////////////////////////////////////////////////////// Retrieve the string value of a configuration entry given by \p
Declared at: libs/pika/runtime/include/pika/runtime/config_entry.hpp:19
Parameters
- const std::string& key
- const std::string& dflt