inspect:: StringReference
#include <types.h>
StringReference is deprecated.
Summary
There is no benefit to using it. Prefer std::string_view
or types convertible to std::string_view
.
Constructors and Destructors |
|
---|---|
StringReference(StringReference &&)
|
|
StringReference(const StringReference &)
|
|
StringReference(const char *data)
|
Public functions |
|
---|---|
Data() const
|
std::string_view
|
ID() const
|
uint64_t
|
operator std::string_view() const
|
|
Public functions
Data
std::string_view Data() const
ID
uint64_t ID() const
StringReference
StringReference( StringReference && )=default
StringReference
StringReference( const StringReference & )=default
StringReference
StringReference( const char *data )
operator std::string_view
operator std::string_view() const