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

The transformable_range_ concept. More...

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

Concept definition

template<typename Rng, typename Fun>
(!std::is_void<indirect_result_t<Fun &, iterator_t<Rng>>>::value)
The regular_invocable concept.
Definition: concepts.hpp:55
The transformable_range_ concept.
Definition: transform.hpp:457

Detailed Description

The transformable_range_ concept.