#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 |
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 195 of file strong_typedef.hpp.
|
inherited |
Definition at line 194 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 226 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 236 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 246 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 251 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 262 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 260 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 231 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 241 of file strong_typedef.hpp.
|
inlineconstexprnoexceptinherited |
Definition at line 222 of file strong_typedef.hpp.
|
inlineconstexprnoexceptinherited |
Definition at line 223 of file strong_typedef.hpp.
|
inlineconstexprnoexceptinherited |
Definition at line 221 of file strong_typedef.hpp.
|
inlineexplicitconstexprnoexceptinherited |
Definition at line 217 of file strong_typedef.hpp.
|
inlineexplicitconstexprnoexceptinherited |
Definition at line 218 of file strong_typedef.hpp.
|
inlineexplicitconstexprnoexceptinherited |
Definition at line 219 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 265 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 269 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 256 of file strong_typedef.hpp.
|
staticconstexprinherited |
Definition at line 196 of file strong_typedef.hpp.