Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::invocable_view_closure_ Concept Reference

The invocable_view_closure_ concept. More...

#include <range/v3/view/view.hpp>

Concept definition

template<typename ViewFn, typename Rng>
concept ranges::invocable_view_closure_ = ) , concept_ ) = !derived_from<invoke_result_t<ViewFn
The invocable_view_closure_ concept.
Definition: view.hpp:74

Detailed Description

The invocable_view_closure_ concept.