Home
last modified time | relevance | path

Searched defs:__mstring (Results 1 – 1 of 1) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__meta.hpp213 struct __mstring struct
217 constexpr __mstring(const char (&__str)[_Ny], __indices<_Is...>) noexcept : in __mstring() argument
222 constexpr __mstring(const char (&__str)[_Ny], int = 0) noexcept : in __mstring() argument
236 static constexpr auto __length() noexcept -> std::size_t in __length()
246 operator==(const __mstring<_OtherLen>&) const noexcept -> bool in operator ==()
257 constexpr auto operator<=>(const __mstring<_OtherLen>& __other) in operator <=>()
277 char __what_[_Len];