Rune Caster 1.0.0
Modern C++ Text Processing Framework
|
#include <cstdint>
#include <string>
#include <string_view>
#include "unicode.hpp"
#include "language.hpp"
Go to the source code of this file.
Classes | |
class | rune_caster::Rune |
Represents a single textual unit with Unicode and linguistic properties. More... |
Namespaces | |
namespace | rune_caster |
Functions | |
constexpr Rune | rune_caster::operator""_rune (char32_t cp) noexcept |
User-defined literal for creating Rune from Unicode codepoint. |