FleCSI Core API Version: 2.3.2
 
Loading...
Searching...
No Matches
transform_view< C, F > Struct Template Reference

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.
 

Detailed Description

template<class C, class F>
struct flecsi::util::transform_view< C, F >

A very simple emulation of std::ranges::transform_view from C++20.

This class is supported for GPU execution.

Constructor & Destructor Documentation

◆ transform_view()

template<class C , class F >
transform_view ( C c,
F f = {} )
constexpr

Wrap a container.