Zen C++ Libraries
Zero-dependency re-usable components for C++
Loading...
Searching...
No Matches
string.hpp File Reference

A Unicode-aware string type. More...

#include <cstdint>
#include <string>
#include "zen/config.hpp"

Go to the source code of this file.

Typedefs

using string = std::basic_string<std::uint32_t>

Detailed Description

A Unicode-aware string type.