![]() |
Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/util/TypeTraits.hpp>
#include <toolbox/util/Utility.hpp>
#include <toolbox/util/String.hpp>
#include <ranges>
#include <stdexcept>
#include <unordered_map>
#include <map>
Go to the source code of this file.
Classes | |
class | toolbox::util::Config |
Simple config reader with environment variable substitution. More... | |
class | toolbox::util::MultiConfig |
Namespaces | |
namespace | toolbox |
namespace | toolbox::util |
Functions | |
template<typename FnT > | |
std::istream & | toolbox::util::parse_section (std::istream &is, FnT fn, std::string *name=nullptr) |