cxxomfort  rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
Namespaces | Functions
14-iterator_access.hpp File Reference

Implementation of C++14's iterator accesors std::cbegin , std::cend , etc. More...

Namespaces

 cxxomfort
 Namespace of the cxxomfort library.
 
 cxxomfort::cxxostd
 Backports made available by cxxomfort.
 

Functions

template<typename T , ::std::size_t N>
::std::reverse_iterator< T * > rbegin (T(&arr)[N])
 
template<typename T , ::std::size_t N>
::std::reverse_iterator< T * > rend (T(&arr)[N])
 

Detailed Description

Implementation of C++14's iterator accesors std::cbegin , std::cend , etc.

Function Documentation

◆ rbegin()

::std::reverse_iterator<T*> cxxomfort::cxxostd::iterator::rbegin ( T(&)  arr[N])
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

◆ rend()

::std::reverse_iterator<T*> cxxomfort::cxxostd::iterator::rend ( T(&)  arr[N])
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.