ATLAS Offline Software
|
Helper for iterating over a container in reverse order. More...
Go to the source code of this file.
Classes | |
class | CxxUtils::reverse_wrapper< C > |
Adapter for a container-like class to be used in a range-for so as to iterate in the reverse direction. More... | |
Namespaces | |
CxxUtils | |
Functions | |
template<class T > | |
auto | CxxUtils::make_reverse_wrapper (T &r) |
Make a reverse_wrapper for a given container-like object. More... | |
Helper for iterating over a container in reverse order.
c
, this code will iterate over the container in reverse order:Definition in file reverse_wrapper.h.