![]() |
Home | Libraries | People | FAQ | More |
Access a character.
constexprbasic_static_string::referenceoperator[](basic_static_string::size_typepos) noexcept;
Returns a reference to the character at index pos.
Constant.
pos >=
size
|
Name |
Description |
|---|---|
|
|
The index to access. |