Rune Caster 1.0.0
Modern C++ Text Processing Framework
Loading...
Searching...
No Matches
rune_caster::literals Namespace Reference

Functions

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

Function Documentation

◆ operator""_spell()

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;.

Definition at line 131 of file unified_spell.cpp.