#include <userver/dynamic_config/snapshot.hpp>
A config name-value pair for usage in dynamic_config::Key constructors.
Definition at line 27 of file snapshot.hpp.
Public Member Functions | |
template<typename T > | |
ConfigDefault (std::string_view name, const T &value) | |
ConfigDefault (std::string_view name, DefaultAsJsonString default_json) | |
Public Attributes | |
std::string_view | name |
std::string | default_json |
dynamic_config::ConfigDefault::ConfigDefault | ( | std::string_view | name, |
const T & | value ) |
Definition at line 179 of file snapshot.hpp.
std::string dynamic_config::ConfigDefault::default_json |
Definition at line 34 of file snapshot.hpp.
std::string_view dynamic_config::ConfigDefault::name |
Definition at line 33 of file snapshot.hpp.