YOrch
1.0.0
Loading...
Searching...
No Matches
yorch::detail::member_bound_signature_matches Concept Reference
#include <
traits.hpp
>
Concept definition
template
<
typename
F
,
typename
...
Specs
>
concept
yorch::detail::member_bound_signature_matches
=
ordinary_member_bind_callable<F>
&&
member_function_traits<std::remove_cvref_t<F>
>::arity ==
sizeof
...(Specs)
yorch::detail::member_bound_signature_matches
Definition
traits.hpp:235
yorch::detail::ordinary_member_bind_callable
Definition
traits.hpp:221
yorch::detail::is_adapter_descriptor_v
constexpr bool is_adapter_descriptor_v
Definition
adapters.hpp:63
Detailed Description
Definition at line
235
of file
traits.hpp
.
yorch
detail
member_bound_signature_matches
Generated by
1.9.8