Rune Caster 1.0.0
Modern C++ Text Processing Framework
Loading...
Searching...
No Matches
unified_spell.cpp File Reference
#include "spell_unified.hpp"
#include "rune_sequence.hpp"
#include <atomic>
#include <sstream>
Include dependency graph for unified_spell.cpp:

Go to the source code of this file.

Namespaces

namespace  rune_caster
namespace  rune_caster::literals

Functions

Spell rune_caster::literals::operator""_spell (const char *replacement_rule, size_t len)
 Create a simple string replacement spell Usage: auto spell = "old_text -> new_text"_spell;.