|
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 stdex::copy_constructible< V >, int > = 0> | |
| constexpr V | base () const & |
| constexpr V | base () && |
| constexpr auto | begin () |
| template<bool Enable = true, std::enable_if_t< Enable and stdex::ranges::range< const V > and std::is_invocable_v< const F &, stdex::ranges::range_reference_t< const V >>, int > = 0> | |
| constexpr auto | begin () const |
| template<bool Enable = true, std::enable_if_t< Enable and not stdex::ranges::common_range< V >, int > = 0> | |
| constexpr auto | end () |
| template<bool Enable = true, std::enable_if_t< Enable and stdex::ranges::common_range< V >, int > = 0> | |
| constexpr auto | end () |
| template<bool Enable = true, std::enable_if_t< Enable and stdex::ranges::range< const V > and not stdex::ranges::common_range< const V > and std::is_invocable_v< const F &, stdex::ranges::range_reference_t< const V >>, int > = 0> | |
| constexpr auto | end () const |
| template<bool Enable = true, std::enable_if_t< Enable and stdex::ranges::common_range< const V > and std::is_invocable_v< const F &, stdex::ranges::range_reference_t< const V >>, int > = 0> | |
| constexpr auto | end () const |
| template<bool Enable = true, std::enable_if_t< Enable and stdex::ranges::sized_range< V >, int > = 0> | |
| constexpr auto | size () |
| template<bool Enable = true, std::enable_if_t< Enable and stdex::ranges::sized_range< const V >, int > = 0> | |
| constexpr auto | size () const |
Public Member Functions inherited from OpenKalman::stdex::ranges::view_interface< transform_view< V, F > > | |
| 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.
1.8.13