A type-erased config key-value pair.
More...
#include <userver/dynamic_config/storage_mock.hpp>
A type-erased config key-value pair.
Definition at line 26 of file storage_mock.hpp.
◆ KeyValue() [1/2]
Uses the provided value directly. It can also be constructed in-place:
Definition at line 33 of file storage_mock.hpp.
◆ KeyValue() [2/2]
template<typename
Key , typename Json , typename = impl::IsJson<Json>>
dynamic_config::KeyValue::KeyValue |
( |
Key |
, |
|
|
const Json & |
value |
|
) |
| |
|
inline |
◆ GetId()
impl::ConfigId dynamic_config::KeyValue::GetId |
( |
| ) |
const |
|
inline |
◆ GetValue()
std::any dynamic_config::KeyValue::GetValue |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: