#include <userver/components/run.hpp>
Data type to distinguish config path and in-memory config values in components::Run() and components::RunOnce() functions.
Inheritance diagram for components::InMemoryConfig:Public Types | |
| using | UnderlyingType |
| using | TagType |
Public Member Functions | |
| constexpr | operator const std::string & () const &noexcept |
| constexpr | operator std::string () &&noexcept |
| constexpr | operator std::string & () &noexcept |
| constexpr const std::string & | GetUnderlying () const &noexcept |
| constexpr std::string | GetUnderlying () &&noexcept |
| constexpr std::string & | GetUnderlying () &noexcept |
| auto | begin () |
| auto | begin () const |
| auto | end () |
| auto | end () const |
| auto | cbegin () const |
| auto | cend () const |
| auto | size () const |
| auto | empty () const |
| auto | clear () |
| decltype(auto) | operator[] (Arg &&i) |
| decltype(auto) | operator[] (Arg &&i) const |
Static Public Attributes | |
| static constexpr StrongTypedefOps | kOps |
|
inherited |
Definition at line 175 of file strong_typedef.hpp.
|
inherited |
Definition at line 174 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 209 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 219 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 229 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 234 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 245 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 243 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 214 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 224 of file strong_typedef.hpp.
|
inlineconstexprnoexceptinherited |
Definition at line 205 of file strong_typedef.hpp.
|
inlineconstexprnoexceptinherited |
Definition at line 206 of file strong_typedef.hpp.
|
inlineconstexprnoexceptinherited |
Definition at line 204 of file strong_typedef.hpp.
|
inlineexplicitconstexprnoexceptinherited |
Definition at line 200 of file strong_typedef.hpp.
|
inlineexplicitconstexprnoexceptinherited |
Definition at line 201 of file strong_typedef.hpp.
|
inlineexplicitconstexprnoexceptinherited |
Definition at line 202 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 248 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 252 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 239 of file strong_typedef.hpp.
|
staticconstexprinherited |
Definition at line 176 of file strong_typedef.hpp.