void set_config_entry_callback(
const std::string& key,
const util::function<
void(const std::string&,
const std::string&)>& callback)
void set_config_entry_callback(
const std::string& key,
const util::function<
void(const std::string&,
const std::string&)>& callback)Description
Set the string value of a configuration entry given by \p
Declared at: libs/pika/runtime/include/pika/runtime/config_entry.hpp:33
Parameters
- const std::string& key
- const util::function<void(const std::string&, const std::string&)>& callback