Rune Caster 1.0.0
Modern C++ Text Processing Framework
Loading...
Searching...
No Matches
rune.hpp File Reference
#include <cstdint>
#include <string>
#include <string_view>
#include "unicode.hpp"
#include "language.hpp"
Include dependency graph for rune.hpp:
This graph shows which files directly or indirectly include this file:

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.