|  | 
| base_range_t & | base () | 
|  | 
| base_range_t const & | base () const | 
|  | 
| constexpr | range_adaptor (BaseRng &&rng) | 
|  | 
| template<typename D  = Derived, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()), int >::type  = 0> | 
| detail::facade_iterator_t< D > | begin () | 
|  | 
| template<typename D  = Derived, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()), int >::type  = 0> | 
| detail::facade_iterator_t< D const  > | begin () const | 
|  | 
| template<typename D  = Derived, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()), int >::type  = 0> | 
| detail::facade_sentinel_t< D > | end () | 
|  | 
| template<typename D  = Derived, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()), int >::type  = 0> | 
| detail::facade_sentinel_t< D const  > | end () const | 
|  | 
| template<typename D  = Derived, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()&&BoundedView< D >()&&BidirectionalView< D >()), int >::type  = 0> | 
| range_reference_t< D > | back () | 
|  | Access the last element in a range: 
 | 
|  | 
| template<typename D  = Derived, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()&&BoundedView< D const  >()&&BidirectionalView< D const  >()), int >::type  = 0> | 
| range_reference_t< D const  > | back () const | 
|  | 
| constexpr bool | empty () const | 
|  | 
| template<typename D  = Derived, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()), int >::type  = 0> | 
| range_reference_t< D > | front () | 
|  | Access the first element in a range: 
 | 
|  | 
| template<typename D  = Derived, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()), int >::type  = 0> | 
| range_reference_t< D const  > | front () const | 
|  | 
| constexpr | operator bool () const | 
|  | 
| template<typename Container , typename D  = Derived, typename Alloc  = typename Container::allocator_type, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(detail::ConvertibleToContainer< D, Container >()), int >::type  = 0> | 
|  | operator Container () | 
|  | Implicit conversion to something that looks like a container. 
 | 
|  | 
| template<typename Container , typename D  = Derived, typename Alloc  = typename Container::allocator_type, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(detail::ConvertibleToContainer< D const, Container >()), int >::type  = 0> | 
|  | operator Container () const | 
|  | 
| constexpr bool | operator! () const | 
|  | 
| template<typename D  = Derived, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()&&RandomAccessView< D >()), int >::type  = 0> | 
| auto | operator[] (range_difference_t< D > n) -> decltype(std::declval< D & >().begin()[n]) | 
|  | Simple indexing: 
 | 
|  | 
| template<typename D  = Derived, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()&&RandomAccessView< D const  >()), int >::type  = 0> | 
| auto | operator[] (range_difference_t< D > n) const -> decltype(std::declval< D const & >().begin()[n]) | 
|  | 
| template<typename D  = Derived, typename Slice  = view::slice_fn, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()), int >::type  = 0> | 
| auto | operator[] (detail::slice_bounds< range_difference_t< D >> offs) -> decltype(std::declval< Slice >()(std::declval< D & >(), offs.from, offs.to)) | 
|  | Python-ic slicing: 
 | 
|  | 
| template<typename D  = Derived, typename Slice  = view::slice_fn, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()), int >::type  = 0> | 
| auto | operator[] (detail::slice_bounds< range_difference_t< D >> offs) const -> decltype(std::declval< Slice >()(std::declval< D const & >(), offs.from, offs.to)) | 
|  | 
| template<typename D  = Derived, typename Slice  = view::slice_fn, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()), int >::type  = 0> | 
| auto | operator[] (detail::slice_bounds< range_difference_t< D >, detail::from_end_< range_difference_t< D >>> offs) -> decltype(std::declval< Slice >()(std::declval< D & >(), offs.from, offs.to)) | 
|  | 
| template<typename D  = Derived, typename Slice  = view::slice_fn, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()), int >::type  = 0> | 
| auto | operator[] (detail::slice_bounds< range_difference_t< D >, detail::from_end_< range_difference_t< D >>> offs) const -> decltype(std::declval< Slice >()(std::declval< D const & >(), offs.from, offs.to)) | 
|  | 
| template<typename D  = Derived, typename Slice  = view::slice_fn, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()), int >::type  = 0> | 
| auto | operator[] (detail::slice_bounds< detail::from_end_< range_difference_t< D >>, detail::from_end_< range_difference_t< D >>> offs) -> decltype(std::declval< Slice >()(std::declval< D & >(), offs.from, offs.to)) | 
|  | 
| template<typename D  = Derived, typename Slice  = view::slice_fn, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()), int >::type  = 0> | 
| auto | operator[] (detail::slice_bounds< detail::from_end_< range_difference_t< D >>, detail::from_end_< range_difference_t< D >>> offs) const -> decltype(std::declval< Slice >()(std::declval< D const & >(), offs.from, offs.to)) | 
|  | 
| template<typename D  = Derived, typename Slice  = view::slice_fn, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()), int >::type  = 0> | 
| auto | operator[] (detail::slice_bounds< range_difference_t< D >, end_fn > offs) -> decltype(std::declval< Slice >()(std::declval< D & >(), offs.from, offs.to)) | 
|  | 
| template<typename D  = Derived, typename Slice  = view::slice_fn, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()), int >::type  = 0> | 
| auto | operator[] (detail::slice_bounds< range_difference_t< D >, end_fn > offs) const -> decltype(std::declval< Slice >()(std::declval< D const & >(), offs.from, offs.to)) | 
|  | 
| template<typename D  = Derived, typename Slice  = view::slice_fn, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()), int >::type  = 0> | 
| auto | operator[] (detail::slice_bounds< detail::from_end_< range_difference_t< D >>, end_fn > offs) -> decltype(std::declval< Slice >()(std::declval< D & >(), offs.from, offs.to)) | 
|  | 
| template<typename D  = Derived, typename Slice  = view::slice_fn, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()), int >::type  = 0> | 
| auto | operator[] (detail::slice_bounds< detail::from_end_< range_difference_t< D >>, end_fn > offs) const -> decltype(std::declval< Slice >()(std::declval< D const & >(), offs.from, offs.to)) | 
|  | 
| template<typename D  = Derived, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(Same< D, Derived >()&&(Cardinality >  = 0 ||                     SizedIteratorRange<range_iterator_t<D>, range_sentinel_t<D>>()> | 
| constexpr range_size_t< D > | size () const | 
|  | Access the size of the range, if it can be determined: 
 | 
|  |