A class designed to facilitate exchange of Guid::string objects without additional allocations.
More...
#include <Guid.h>
A class designed to facilitate exchange of Guid::string objects without additional allocations.
Definition at line 31 of file Guid.h.
◆ operator std::string_view()
| constexpr Guid::string::operator std::string_view |
( |
| ) |
const |
|
inlineconstexpr |
Definition at line 33 of file Guid.h.
34 return std::string_view(
data(),
size());
◆ stringSize()
| static constexpr int Guid::string::stringSize |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ sv()
| constexpr std::string_view Guid::string::sv |
( |
| ) |
const |
|
inlineconstexpr |
Definition at line 36 of file Guid.h.
36 {
return std::string_view(
data(),
size());}
◆ elements
| T std::array< T >::elements |
|
inherited |
The documentation for this class was generated from the following file: