Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
reverse_iterator.h
Go to the documentation of this file.
Template used for reverse iteration in C++11 range-based for loops.
Definition: reverse_iterator.h:15
auto begin() const -> decltype(this->m_x.rbegin())
Definition: reverse_iterator.h:22