|
| | transform_view ()=default |
| |
| constexpr | transform_view (V base, F func) |
| |
| template<typename V2 = V, std::enable_if_t< copy_constructible< V2 >::value, int > = 0> |
| constexpr V | base () const & |
| |
| constexpr V | base () && |
| |
| constexpr iterator< false > | begin () |
| |
| template<typename V2 = const V, typename F2 = const F, std::enable_if_t< conjunction< range< V2 >, regular_invocable< F2 &, ranges::range_reference_t< V2 >> >::value, int > = 0> |
| constexpr iterator< true > | begin () const |
| |
| template<typename V2 = V, std::enable_if_t< common_range< V2 >::value==false, int > = 0> |
| constexpr sentinel< false > | end () |
| |
| template<typename V2 = V, std::enable_if_t< common_range< V2 >::value, int > = 0> |
| constexpr iterator< false > | end () |
| |
| template<typename V2 = const V, typename F2 = const F, std::enable_if_t< conjunction< range< V2 >, negation< common_range< V2 >>, regular_invocable< F2 &, range_reference_t< V2 >> >::value, int > = 0> |
| constexpr sentinel< true > | end () const |
| |
| template<typename V2 = const V, typename F2 = const F, std::enable_if_t< conjunction< common_range< V2 >, regular_invocable< F2 &, range_reference_t< V2 >> >::value, int > = 0> |
| constexpr iterator< true > | end () const |
| |
| template<typename V2 = V, std::enable_if_t< sized_range< V2 >::value, int > = 0> |
| constexpr auto | size () |
| |
| template<typename V2 = const V, std::enable_if_t< sized_range< V2 >::value, int > = 0> |
| constexpr auto | size () const |
| |
| constexpr bool | empty () |
| |
| constexpr bool | empty () |
| |
| constexpr bool | empty () const |
| |
| 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 | data () |
| |
| constexpr auto | data () const |
| |
| constexpr auto | size () |
| |
| constexpr auto | size () const |
| |
| constexpr decltype(auto) | front () |
| |
| constexpr decltype(auto) | front () const |
| |
| constexpr decltype(auto) | back () |
| |
| constexpr decltype(auto) | back () const |
| |
| constexpr decltype(auto) | operator[] (range_difference_t< R > n) |
| |
| constexpr decltype(auto) | operator[] (range_difference_t< R > n) const |
| |