Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZStd::ranges::reverse_view< View, class > Class Template Reference

Inherits AZStd::ranges::view_interface< reverse_view< View > >.

Public Member Functions

constexpr reverse_view (View base)
 
template<bool Enable = copy_constructible<View>, class = enable_if_t<Enable>>
constexpr View base () const &
 
constexpr View base () &&
 
constexpr reverse_iterator< iterator_t< View > > begin ()
 
constexpr auto begin () const
 
constexpr reverse_iterator< iterator_t< View > > end ()
 
constexpr auto end () const
 
template<bool Enable = sized_range<View>, class = enable_if_t<Enable>>
constexpr auto size ()
 
template<bool Enable = sized_range<const View>, class = enable_if_t<Enable>>
constexpr auto size () const
 

The documentation for this class was generated from the following file: