EVE callable object
More...
#include <eve/traits/overload/protocol.hpp>
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
-
template<
typename T,
typename...>
EVE callable object
Definition protocol.hpp:45
typename decltype(detail::as_translated_type(as< T >{}))::type translate_t
Returns the final translated type of T.
Definition translation.hpp:107