The concept generator<Constant> is satisfied if Constant is built as a eve::constant_callable.
- Template Parameters
-
| G | Type of the generator to check. |
template<typename Constant>
concept generator =
requires {
typename Constant::constant_callable_tag; }
Definition generator.hpp:30