Iros
 
Loading...
Searching...
No Matches
di::concepts::CallableTo Concept Reference

#include <di/meta/callable.h>

Concept definition

template<typename F, typename T, typename... Args>
Definition callable.h:21
Definition callable.h:9
Implicit conversion for this test refers to the ability to return a value of function from a type.
Definition operations.h:89
decltype(util::declval< F >()(util::declval< Args >()...)) CallResult
Definition callable.h:16