27 struct execution_handler_sequential
45 template <
typename fn_type,
typename first_range_type,
typename second_range_type,
typename delegate_type>
53 void execute(fn_type && func,
55 first_range_type first_range,
56 second_range_type second_range,
57 delegate_type && delegate)
62 delegate(func(idx, std::move(first_range), std::move(second_range)));
Specifies the requirements of a Range type that has constant time copy, move and assignment operators...
Specifies whether the given callable is invocable with the given arguments.
Adaptations of concepts from the Ranges TS.
Definition: aligned_sequence_concept.hpp:35