Template Class BaseRange
Defined in File iterators.h
Class Documentation
-
template<typename IteratorType>
class BaseRange 通过Range可以方便使用c++11的 range-based for 语句
Public Functions
-
inline BaseRange(IteratorType begin, IteratorType end)
-
inline IteratorType begin() const
-
inline IteratorType end() const
-
inline BaseRange(IteratorType begin, IteratorType end)