|
nfx-stringbuilder 0.7.0
Cross-platform C++20 library for zero-allocation string building with Small Buffer Optimization
|
High-performance string building with Small Buffer Optimization (SBO). More...
#include <cstdint>#include <format>#include <memory>#include <string>#include <string_view>#include "nfx/detail/string/StringBuilder.inl"
Go to the source code of this file.
Classes | |
| class | nfx::string::StringBuilder |
| High-performance string builder with efficient memory management. More... | |
Macros | |
| #define | NFX_STRINGBUILDER_FORCE_INLINE inline |
| Cross-platform forced inline macro for critical hot-path methods. | |
High-performance string building with Small Buffer Optimization (SBO).
Growable character buffer optimized for efficient string construction
Definition in file StringBuilder.h.
| #define NFX_STRINGBUILDER_FORCE_INLINE inline |
Cross-platform forced inline macro for critical hot-path methods.
Definition at line 88 of file StringBuilder.h.