Loading [MathJax]/extensions/tex2jax.js
E.V.E
v2023.02.15
 
All Classes Namespaces Functions Variables Typedefs Enumerations Friends Modules Pages Concepts
Loading...
Searching...
No Matches
eve::pattern_formula Concept Reference

what callable can be a pattern formula

#include <eve/pattern.hpp>

Concept definition

template<typename F>
concept eve::pattern_formula = std::constructible_from<F> && std::regular_invocable<F, int, int>
&& !requires { { F::size() }; }
what callable can be a pattern formula
Definition: pattern.hpp:99