|
constexpr | transform2_view (Rng1 rng1, Rng2 rng2, Fun fun) |
|
constexpr | iter_transform2_view (Rng1 rng1, Rng2 rng2, indirected< Fun > fun) |
|
| requires (my_cardinality< 0) &&sized_range< Rng1 > &&sized_range< Rng2 > &&common_with< range_size_t< R1< True >> |
|
| requires (my_cardinality< 0) &&sized_range< Rng1 const > &&sized_range< Rng2 const > &&common_with< range_size_t< R1< True >> |
|
constexpr range_size_t< R2< True > > auto | size () |
|
constexpr range_size_t< R2< True > > auto | size () const |
|
requires constexpr same_as< D, iter_transform2_view< Rng1, Rng2, indirected< Fun > > > auto | begin () -> detail::facade_iterator_t< D > |
| Let d be static_cast<Derived &>(*this) . Let b be std::as_const(d).begin_cursor() if that expression is well-formed; otherwise, let b be d.begin_cursor() . Let B be the type of b . More...
|
|
requires constexpr same_as< D, iter_transform2_view< Rng1, Rng2, indirected< Fun > > > auto | begin () const -> detail::facade_iterator_t< D const > |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
requires constexpr same_as< D, iter_transform2_view< Rng1, Rng2, indirected< Fun > > > auto | end () -> detail::facade_sentinel_t< D > |
| Let d be static_cast<Derived &>(*this) . Let e be std::as_const(d).end_cursor() if that expression is well-formed; otherwise, let e be d.end_cursor() . Let E be the type of e . More...
|
|
requires constexpr same_as< D, iter_transform2_view< Rng1, Rng2, indirected< Fun > > > auto | end () const -> detail::facade_sentinel_t< D const > |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|