Kiwaku 0.1-beta
Containers Well Made
 
Loading...
Searching...
No Matches
kwk::deferred_callable Concept Reference

KWK deferred callable More...

#include <kwk/utility/invoke/protocol.hpp>

Detailed Description

KWK deferred callable

A type T satisfies kwk::deferred_callable_tag if and only if it is a kwk::callable and provides the required static function deferred_call.

Concept definition

template<typename T>
concept kwk::deferred_callable = requires(T) { typename T::deferred_callable_tag; }
KWK deferred callable
Definition protocol.hpp:51