| Flow 2.0.0
    Flow project: Full implementation reference. | 
#include "flow/cfg/cfg_manager.hpp"Go to the source code of this file.
| 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_movedConfig_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_funcarg to Config_manager::apply_static() and others – for a Null_value_set value set.  More... | |