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

Concept for spells that work with specific input types. More...

#include <spell_base.hpp>

Concept definition

template<typename Spell, typename Input>
std::same_as<typename Spell::input_type, Input>
Concept defining what makes a valid spell.
Concept for spells that work with specific input types.

Detailed Description

Concept for spells that work with specific input types.

Definition at line 115 of file spell_base.hpp.