Wrapper for reversing ranged-for loop ordering.
More...
#include <playrho/Templates.hpp>
|
T & | iterable |
| Reference to underlying iterable.
|
|
template<typename T>
struct playrho::ReversionWrapper< T >
Wrapper for reversing ranged-for loop ordering.
- Warning
- This won't lifetime extend the iterable variable!
- See also
- https://stackoverflow.com/a/28139075/7410358
The documentation for this struct was generated from the following file: