Iros
Loading...
Searching...
No Matches
di::concepts::Callable Concept Reference
#include <
di/meta/callable.h
>
Concept definition
template
<
typename
F,
typename
... Args>
concept
di::concepts::Callable
=
requires
(F&&
function
, Args&&... args) {
{ util::forward<F>(
function
)(util::forward<Args>(args)...) };
}
di::concepts::Callable
Definition
callable.h:9
di::function
Definition
as_bool.h:8
di
concepts
Callable
Generated by
1.13.0