Bifrost SDK
Bifrost SDK documentation
StringView.h File Reference

String view class (similar to std::string_view) More...

#include "internal/ConfigMacros.h"
#include <cassert>
#include <cstddef>
#include <string_view>
#include <utility>
#include <string>

Go to the source code of this file.

Classes

class  Amino::StringView
 String view class (similar to std::string_view). More...
 
class  Amino::StringLiteral
 

Namespaces

namespace  Amino
 
namespace  Amino::StringViewLiterals
 

Functions

constexpr StringLiteral Amino::StringViewLiterals::operator""_asv (char const *data, size_t size)
 User defined literal for Amino::StringView. More...
 

Detailed Description

String view class (similar to std::string_view)

See also
Amino::StringView

Definition in file StringView.h.