#include <OnixS/B3/BOE/ABI.h>
#include <OnixS/B3/BOE/messaging/Aliases.h>
#include <OnixS/B3/BOE/messaging/String.h>
#include <OnixS/B3/BOE/messaging/Utils.h>
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cstring>
#include <limits>
#include <ostream>
#include <stdexcept>
#include <string>
#include <string_view>
Go to the source code of this file.
|
using | StrRef = std::basic_string_view< Char > |
|
|
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) |
|