Flow 1.0.2
Flow project: Public API.
|
Namespaces | |
namespace | flow |
Catch-all namespace for the Flow project: A collection of various production-quality modules written in modern C++17, originally by ygoldfel. | |
namespace | flow::cfg |
Flow module that facilitates configuring modules, such as applications and APIs, via statically and/or dynamically parsed sets of name/value pairs from config sources like files and command lines. | |
Functions | |
Option_set< Null_value_set >::Declare_options_func | flow::cfg::null_declare_opts_func () |
Returns a value usable as declare_opts_func_moved Config_manager ctor arg for a Null_value_set value set. More... | |
Final_validator_func< Null_value_set >::Type | flow::cfg::null_final_validator_func () |
Returns a value usable as final_validator_func arg to Config_manager::apply_static() and others – for a Null_value_set value set. More... | |