C++ Actor Framework 1.0.0
|
Adds config options of the same category to a config_option_set
.
More...
#include <config_option_adder.hpp>
Public Member Functions | |
config_option_adder (config_option_set &target, std::string_view category) | |
template<class T > | |
config_option_adder & | add (T &ref, std::string_view name, std::string_view description) |
Adds a config option to the category that synchronizes with ref . | |
template<class T > | |
config_option_adder & | add (std::string_view name, std::string_view description) |
Adds a config option to the category. | |
Adds config options of the same category to a config_option_set
.