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