userver: dynamic_config::Value< T > Class Template Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
dynamic_config::Value< T > Class Template Referencefinal

Public Member Functions

 Value (const std::string &name, const DocsMap &docs_map)
 
 operator const T & () const
 
const T & Get () const
 
const T * operator-> () const
 

Detailed Description

template<typename T>
class dynamic_config::Value< T >

Definition at line 51 of file value.hpp.

Constructor & Destructor Documentation

◆ Value()

template<typename T >
dynamic_config::Value< T >::Value ( const std::string &  name,
const DocsMap docs_map 
)
inline

Definition at line 53 of file value.hpp.

Member Function Documentation

◆ Get()

template<typename T >
const T & dynamic_config::Value< T >::Get ( ) const
inline

Definition at line 58 of file value.hpp.

◆ operator const T &()

template<typename T >
dynamic_config::Value< T >::operator const T & ( ) const
inline

Definition at line 56 of file value.hpp.

◆ operator->()

template<typename T >
const T * dynamic_config::Value< T >::operator-> ( ) const
inline

Definition at line 59 of file value.hpp.


The documentation for this class was generated from the following file: