#include "Stroika/Foundation/StroikaPreComp.h"#include "Stroika/Foundation/Characters/String.h"#include "Stroika/Foundation/Debug/AssertExternallySynchronizedMutex.h"#include "Stroika/Foundation/Memory/InlineBuffer.h"#include "StringBuilder.inl"Go to the source code of this file.
Classes | |
| struct | Stroika::Foundation::Characters::StringBuilder_Options< BUF_CHAR_T, INLINE_BUF_SIZE > |
| rarely used directly - defaults generally fine More... | |
| class | Stroika::Foundation::Characters::StringBuilder< OPTIONS > |
| Similar to String, but intended to more efficiently construct a String. Mutable type (String is largely immutable). More... | |
Namespaces | |
| namespace | Stroika::Foundation |
| namespace | Stroika::Foundation::Characters |
Functions | |
| template<typename T > | |
| String | Stroika::Foundation::Characters::UnoverloadedToString (const T &t) |
| same as ToString()/1 - but without the potentially confusing multi-arg overloads (confused some template expansions). | |