Luna::Name::Name
Name(const c8 *name)
Constructs one name with the provided name string.
Parameters
-
in name
The name string.
Valid Usage
- If
name
is notnullptr
, it must be null-terminated.
Name(const c8 *name)
Constructs one name with the provided name string.
in name
The name string.
name
is not nullptr
, it must be null-terminated.