Reinterpret a const std::byte pointer as a const unsigned char pointer.
Declared in <span.h>
unsigned char const*
UCharCast(std::byte const* c);
The same address typed as a const unsigned char pointer.
| Name | Description |
|---|---|
| c | The const std::byte pointer to cast. |