OnixS C++ B3 BOE Binary Order Entry  1.2.0
API Documentation
StrRef.h File Reference
#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.

Namespaces

 OnixS
 
 OnixS::B3
 
 OnixS::B3::BOE
 
 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)