![]() |
MOS Source Code
|
#include <cstddef>
#include <mos/default_allocator.hpp>
#include <mos/string_view.hpp>
#include <mos_stdlib.hpp>
#include <mos_string.hpp>
Go to the source code of this file.
Classes | |
class | basic_string< Char, TAllocator > |
Namespaces | |
namespace | mos |
Typedefs | |
using | string = mos::basic_string<char, mos::default_allocator> |
Variables | |
constexpr size_t | short_string_capacity = 16 |