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

Allocator-free output string stream that appends into string-like storage. More...

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

Go to the source code of this file.

Classes

class  toy::OStringStream< StringType >
 Output stream that appends formatted values into a toy::StringLike backend. More...

Namespaces

namespace  toy
 Root namespace containing all engine modules.

Detailed Description

Allocator-free output string stream that appends into string-like storage.

Defines toy::OStringStream.

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