Inherits AZStd::ranges::view_interface< transform_view< View, Func > >.
|
|
constexpr | transform_view (View base, Func func) |
| |
|
template<bool Enable = copy_constructible<View>, class = enable_if_t<Enable>> |
| constexpr View | base () const & |
| |
|
constexpr View | base () && |
| |
|
constexpr auto | begin () |
| |
|
template<bool Enable = range<const View> && regular_invocable<const Func&, range_reference_t<const View>>, class = enable_if_t<Enable>> |
| constexpr auto | begin () const |
| |
|
constexpr auto | end () |
| |
|
template<bool Enable = range<const View> && regular_invocable<const Func&, range_reference_t<const View>>, class = enable_if_t<Enable>> |
| constexpr auto | end () const |
| |
|
template<bool Enable = sized_range<View>, class = enable_if_t<Enable>> |
| constexpr auto | size () |
| |
|
template<bool Enable = sized_range<const View>, class = enable_if_t<Enable>> |
| constexpr auto | size () const |
| |
The documentation for this class was generated from the following file:
- Code/Framework/AzCore/AzCore/std/ranges/transform_view.h