![]() |
ToyGine2 26.2.0
Game Engine for retro consoles
|
Concept for read-only C-string views with explicit length. More...
Go to the source code of this file.
Namespaces | |
| namespace | toy |
| Root namespace containing all engine modules. | |
Concepts | |
| concept | toy::StringLike |
Concept satisfied when T exposes size() as size_t and c_str() as a pointer to null-terminated characters. | |
Concept for read-only C-string views with explicit length.
Defines toy::StringLike.