ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
string_like.hpp File Reference

Concept for read-only C-string views with explicit length. More...

This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Concept for read-only C-string views with explicit length.

Defines toy::StringLike.

Note
Included by core.hpp; do not include this file directly.