Implementation of C++14's iterator accesors std::cbegin , std::cend , etc.
More...
|
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]) |
|
Implementation of C++14's iterator accesors std::cbegin , std::cend , etc.
◆ 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.