A minimal ASCII StringView with shortened name to be used in TypeToString.
More...
#include <ReflectionFoundation.h>
A minimal ASCII StringView with shortened name to be used in TypeToString.
◆ Sv() [1/3]
constexpr SC::Reflection::Sv::Sv |
( |
| ) |
|
|
inlineconstexpr |
◆ Sv() [2/3]
constexpr SC::Reflection::Sv::Sv |
( |
const char * |
data, |
|
|
uint32_t |
length |
|
) |
| |
|
inlineconstexpr |
Construct Sv from a pointer to a char* and a length.
- Parameters
-
data | Pointer to the string |
length | Number of bytes representing length of the string |
◆ Sv() [3/3]
constexpr SC::Reflection::Sv::Sv |
( |
const char(&) |
data[N] | ) |
|
|
inlineconstexpr |
Construct Sv from a string literal.
- Template Parameters
-
N | Number of characters in the string |
- Parameters
-
data | Pointer to the array of characters |
◆ data
const char* SC::Reflection::Sv::data |
Pointer to the start of ASCII string.
◆ length
Number of bytes of the ASCII string.
The documentation for this struct was generated from the following file: