#include <userver/dynamic_config/source.hpp>
Owns a snapshot of a config variable. You may use operator* or operator-> to access the config variable.
Definition at line 22 of file source.hpp.
Public Member Functions | |
VariableSnapshotPtr (VariableSnapshotPtr &&)=delete | |
VariableSnapshotPtr & | operator= (VariableSnapshotPtr &&)=delete |
const VariableType & | operator* () const & |
const VariableType & | operator* () && |
const VariableType * | operator-> () const & |
const VariableType * | operator-> () && |
|
inline |
Definition at line 28 of file source.hpp.
|
inline |
Definition at line 27 of file source.hpp.
|
inline |
Definition at line 31 of file source.hpp.
|
inline |
Definition at line 30 of file source.hpp.
|
friend |
Definition at line 44 of file source.hpp.