SuperDex Physics C++ API
Loading...
Searching...
No Matches
dynamic_string.h File Reference
#include <mochi_core/memory/stl_allocator.h>
#include <mochi_core/utils/reflection.h>
#include <string>
#include <string_view>

Go to the source code of this file.

Namespaces

namespace  superdex

Typedefs

using superdex::DynamicString = std::basic_string<char, std::char_traits<char>, StlAllocator<char>>
 Alias for std::string using a polymorphic superdex::Allocator pointer.