Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

reverse_iterator.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  reverse_range< T >
 Template used for reverse iteration in C++11 range-based for loops. More...
 

Functions

template<typename T >
reverse_range< T > reverse_iterate (T &x)
 

Function Documentation

◆ reverse_iterate()

template<typename T >
reverse_range<T> reverse_iterate ( T &  x)
Released under the MIT license