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

Concept for transformation spells that can change the output type. More...

#include <spell_base.hpp>

Concept definition

template<typename Spell, typename Input, typename Output>
std::same_as<typename Spell::output_type, Output>
Concept defining what makes a valid spell.
Concept for spells that work with specific input types.
Concept for transformation spells that can change the output type.

Detailed Description

Concept for transformation spells that can change the output type.

Definition at line 129 of file spell_base.hpp.