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

#include <concepts.hpp>

Concept definition

template<typename T>
{ spell(std::declval<typename T::input_type>()) }
-> std::convertible_to<typename T::output_type>;
}

Detailed Description

Definition at line 62 of file concepts.hpp.