libbmb
Modern implementation of STL
Loading...
Searching...
No Matches
bmb::Invocable Concept Reference
Invocable.
More...
#include <
concepts.h
>
Concept definition
template
<
typename
F
,
typename
...
Args
>
concept
bmb::Invocable
=
is_invocable_v
<
F
,
Args
...>
bmb::Invocable
Invocable.
Definition
concepts.h:82
bmb::is_invocable_v
constexpr bool is_invocable_v
is_invocable_v
Definition
type_traits.h:290
bmb::forward
constexpr T && forward(remove_ref_t< T > &value) noexcept
Forward a lvalue.
Definition
move.h:33
Detailed Description
Invocable.
bmb
Invocable
Generated by
1.9.8