OnixS C++ CME MDP Premium Market Data Handler 5.10.2
Users' manual and API documentation
Loading...
Searching...
No Matches
StrRef.h File Reference

Go to the source code of this file.

Namespaces

namespace  OnixS
namespace  OnixS::CME
namespace  OnixS::CME::MDH
namespace  OnixS::CME::MDH::Messaging

Typedefs

using StrRef = std::basic_string_view<Char>

Functions

StrRef toStrRef (const std::string &str)
StrRef toStrRef (const Char *cStr) noexcept
StrRef toStrRef (const Char *begin, const Char *end) 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 (StrRef ref)
void toStr (std::string &str, StrRef ref)