Accesses the code unit at index.
Synopsis
Declared in <mp‐units/utility/format.h>
[[nodiscard]]
constexpr
Char&
operator[](std::size_t index);
Return Value
a reference to the code unit at index
|
Note
|
The return value should not be discarded. |
Parameters
Name |
Description |
index |
the position of the code unit |
Created with MrDocs