di
0.1.0
Loading...
Searching...
No Matches
di::concepts::Invocable Concept Reference
#include <
di/function/invoke.h
>
Concept definition
template
<
typename
... Ts>
concept
di::concepts::Invocable
=
requires
(Ts&&... ts) { function::detail::invoke_impl(util::forward<Ts>(ts)...); }
di::concepts::Invocable
Definition
invoke.h:58
di
concepts
Invocable
Generated by
1.13.2