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()
| Guid::string::operator std::string_view |
( |
| ) |
const |
|
inlineconstexpr |
Definition at line 33 of file Guid.h.
33 {
34 return std::string_view(
data(), size());
35 }
char data[hepevt_bytes_allocation_ATLAS]
◆ stringSize()
| constexpr int Guid::string::stringSize |
( |
| ) |
|
|
inlinestaticconstexpr |
Definition at line 37 of file Guid.h.
static constexpr size_t StrLen
◆ sv()
| 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: