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

The transformable_ranges concept. More...

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

Concept definition

template<typename Rng1, typename Rng2, typename Fun>
copy_constructible<Fun> &&
views::transformable_ranges_ < Rng1, Rng2, Fun >
The input_range concept.
Definition: concepts.hpp:97
The viewable_range concept.
Definition: concepts.hpp:237
The transformable_ranges concept.
Definition: transform.hpp:475

Detailed Description

The transformable_ranges concept.