#include <userver/components/run.hpp>
Data type to distinguish config path and in-memory config values in components::Run() and components::RunOnce() functions.
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 |
| auto | begin () |
| auto | end () |
| auto | cbegin () const |
| auto | cend () const |
| auto | size () const |
| auto | empty () const |
| auto | clear () |
| decltype(auto) | operator[] (Arg &&i) |
Static Public Attributes | |
| static constexpr StrongTypedefOps | kOps |
|
inherited |
Definition at line 165 of file strong_typedef.hpp.
|
inherited |
Definition at line 164 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 199 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 223 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 229 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 243 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 241 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 205 of file strong_typedef.hpp.
|
inlineconstexprnoexceptinherited |
Definition at line 195 of file strong_typedef.hpp.
|
inlineexplicitconstexprnoexceptinherited |
Definition at line 191 of file strong_typedef.hpp.
|
inlineexplicitconstexprnoexceptinherited |
Definition at line 192 of file strong_typedef.hpp.
|
inlineexplicitconstexprnoexceptinherited |
Definition at line 193 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 246 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 235 of file strong_typedef.hpp.
|
staticconstexprinherited |
Definition at line 166 of file strong_typedef.hpp.