Searched defs:crend (Results 1 – 3 of 3) sorted by relevance
111 const_reverse_iterator crend() const { in crend() function in boost::array240 const_reverse_iterator crend() const { in crend() function in boost::array
1451 const_reverse_iterator crend() const { return const_reverse_iterator(this->begin()); } in crend() function in boost::geometry::index::detail::varray2053 const_reverse_iterator crend() const { return reverse_iterator(this->begin()); } in crend() function in boost::geometry::index::detail::varray
1420 BOOST_CONTAINER_FORCEINLINE const_reverse_iterator crend() const BOOST_NOEXCEPT_OR_NOTHROW in crend() function in boost::container::vector