The storage for a snapshot of configs. More...
#include <optional>
#include <type_traits>
#include <userver/dynamic_config/impl/snapshot.hpp>
#include <userver/utils/fast_pimpl.hpp>
Go to the source code of this file.
Classes | |
struct | dynamic_config::Key< Parser > |
A config key is a unique identifier for a config variable. More... | |
class | dynamic_config::Snapshot |
The storage for a snapshot of configs. More... | |
Typedefs | |
template<typename Key > | |
using | dynamic_config::VariableOfKey = impl::VariableOfKey< Key > |
Get the type of a config variable, given its key. | |
The storage for a snapshot of configs.
Definition in file snapshot.hpp.
using dynamic_config::VariableOfKey = typedef impl::VariableOfKey<Key> |
Get the type of a config variable, given its key.
Definition at line 25 of file snapshot.hpp.