A very simple emulation of std::ranges::transform_view from C++20. More...
Public Member Functions | |
constexpr | transform_view (C c, F f={}) |
Wrap a container. | |
A very simple emulation of std::ranges::transform_view from C++20.
This class is supported for GPU execution.
|
constexpr |
Wrap a container.