Go to the source code of this file.
Namespaces | |
| namespace | OnixS |
| namespace | OnixS::B3 |
| namespace | OnixS::B3::BOE |
| namespace | OnixS::B3::BOE::Messaging |
Typedefs | |
| using | StrRef = std::basic_string_view<Char> |
Functions | |
| StrRef | toStrRef (const std::string &str) |
| StrRef | toStrRef (const Char *cStr) noexcept |
| template<size_t Size> | |
| constexpr StrRef | constructStrRef (const char(&value)[Size]) noexcept |
| template<size_t Size> | |
| constexpr StrRef | strRefFromCharArray (const char(&value)[Size]) noexcept |
| std::string | toStr (const StrRef &ref) |
| void | toStr (std::string &str, const StrRef &ref) |