#include <string>
Go to the source code of this file.
|
| atria |
| C++ amazing templates and reusable implementations awesomeness.
|
|
| atria::estd |
| C++11 compatible implementations of some C++14 and beyond standard library components.
|
|
|
ABL_DISABLE_WARNINGS std::basic_string< char > | operator""_s (const char *str, std::size_t len) |
|
std::basic_string< wchar_t > | operator""_s (const wchar_t *str, std::size_t len) |
|
std::basic_string< char16_t > | operator""_s (const char16_t *str, std::size_t len) |
|
std::basic_string< char32_t > | operator""_s (const char32_t *str, std::size_t len) |
|