OpenKalman
|
Equivalent to std::ranges::transform_view. More...
#include <transform.hpp>
Classes | |
struct | iterator |
struct | sentinel |
Public Member Functions | |
constexpr | transform_view (V base, F fun) |
template<bool Enable = true, std::enable_if_t< Enable and std::is_copy_constructible_v< V >, int > = 0> | |
constexpr V | base () const & |
constexpr V | base () && |
constexpr auto | begin () |
template<bool Enable = true, std::enable_if_t< Enable and ranges::range< const V > and std::is_invocable_v< const F &, ranges::range_reference_t< const V >>, int > = 0> | |
constexpr auto | begin () const |
template<bool Enable = true, std::enable_if_t< Enable and not ranges::common_range< V >, int > = 0> | |
constexpr auto | end () |
template<bool Enable = true, std::enable_if_t< Enable and ranges::common_range< V >, int > = 0> | |
constexpr auto | end () |
template<bool Enable = true, std::enable_if_t< Enable and ranges::range< const V > and not ranges::common_range< const V > and std::is_invocable_v< const F &, ranges::range_reference_t< const V >>, int > = 0> | |
constexpr auto | end () const |
template<bool Enable = true, std::enable_if_t< Enable and ranges::common_range< const V > and std::is_invocable_v< const F &, ranges::range_reference_t< const V >>, int > = 0> | |
constexpr auto | end () const |
template<bool Enable = true, std::enable_if_t< Enable and ranges::sized_range< V >, int > = 0> | |
constexpr auto | size () |
template<bool Enable = true, std::enable_if_t< Enable and ranges::sized_range< const V >, int > = 0> | |
constexpr auto | size () const |
![]() | |
constexpr bool | empty () |
constexpr bool | empty () const |
constexpr auto | cbegin () |
constexpr auto | cbegin () const |
constexpr auto | cend () |
constexpr auto | cend () const |
constexpr | operator bool () |
constexpr | operator bool () const |
constexpr auto | size () |
constexpr auto | size () const |
decltype(auto) constexpr | front () |
decltype(auto) constexpr | front () const |
decltype(auto) constexpr | back () |
decltype(auto) constexpr | back () const |
decltype(auto) constexpr | operator[] (range_difference_t< D > n) |
decltype(auto) constexpr | operator[] (range_difference_t< D > n) const |
Equivalent to std::ranges::transform_view.