MOS Source Code
Loading...
Searching...
No Matches
string.hpp File Reference
#include <cstddef>
#include <mos/default_allocator.hpp>
#include <mos/string_view.hpp>
#include <mos_stdlib.hpp>
#include <mos_string.hpp>
+ Include dependency graph for string.hpp:
+ This graph shows which files directly or indirectly include this file:

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