A wide literal string.
More...
#include <base/WideLiteral.h>
A wide literal string.
This class binds together a native string literal and its length.
- Version
- 1.0
◆ WideLiteral()
template<MemorySize SIZE>
WideLiteral::WideLiteral |
( |
const wchar(&) |
value[SIZE] | ) |
|
|
inlinenoexcept |
◆ getLength()
MemorySize WideLiteral::getLength |
( |
| ) |
const |
|
inlinenoexcept |
Returns the length of the literal.
◆ getValue()
const wchar* WideLiteral::getValue |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator bool()
WideLiteral::operator bool |
( |
| ) |
const |
|
inlinenoexcept |
Returns true if not empty.