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

Non-owning view over null-terminated C strings. More...

#include "string_like.hpp"
Include dependency graph for c_string_view.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  toy::CStringView
 Non-owning string view class for C-style strings. More...

Namespaces

namespace  toy
 Root namespace containing all engine modules.

Detailed Description

Non-owning view over null-terminated C strings.

Defines toy::CStringView and related APIs. Used for non-owning string inspection without allocation.

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