| Flow 1.0.1
    Flow project: Public API. | 
| Classes | |
| class | flow::cfg::Static_config_manager< Value_set > | 
| A Config_manager-related adapter-style class that manages a simple config setup involving a single (though arbitrarily complex)Option_set<>-ready raw valuestructconfig store typeValue_set, meant to be used only in static fashion.  More... | |
| 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 | |
| template<typename Value_set > | |
| std::ostream & | flow::cfg::operator<< (std::ostream &os, const Static_config_manager< Value_set > &val) | 
| Serializes (briefly) a Static_config_manager to a standard output stream.  More... | |