5 #ifndef PIVX_REVERSE_ITERATE_H
6 #define PIVX_REVERSE_ITERATE_H
24 auto begin() const -> decltype(this->
m_x.rbegin())
29 auto end() const -> decltype(this->
m_x.rend())
Template used for reverse iteration in C++11 range-based for loops.
auto end() const -> decltype(this->m_x.rend())
auto begin() const -> decltype(this->m_x.rbegin())
#define T(expected, seed, data)
reverse_range< T > reverse_iterate(T &x)