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>
copy_constructible<Fun> &&
views::transformable_range_ < Rng, Fun >
The input_range concept.
Definition: concepts.hpp:97
The viewable_range concept.
Definition: concepts.hpp:237
The transformable_range concept.
Definition: transform.hpp:462

Detailed Description

The transformable_range concept.