E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches
eve::callable_object Concept Reference

EVE callable object More...

#include <eve/traits/overload/protocol.hpp>

Detailed Description

Defined in Header

#include <eve/module/core.hpp>

A type T satisfies eve::callable_object if and only if it is tagged as such manually.

Template Parameters
TT type for the Callable Object to check

Concept definition

template<typename T, typename...>
concept eve::callable_object = requires(T const&) { typename T::callable_tag_type; }
EVE callable object
Definition protocol.hpp:41