helib::general_range< T >::iterator Class Reference
#include <range.h>
Public Member Functions | |
T | operator* () const |
iterator & | operator++ () |
bool | operator== (const iterator &other) const |
bool | operator!= (const iterator &other) const |
Protected Member Functions | |
iterator (T start) | |
Friends | |
class | general_range |
Constructor & Destructor Documentation
◆ iterator()
template<typename T >
|
inlineprotected |
Member Function Documentation
◆ operator!=()
template<typename T >
|
inline |
◆ operator*()
template<typename T >
|
inline |
◆ operator++()
template<typename T >
|
inline |
◆ operator==()
template<typename T >
|
inline |
Friends And Related Function Documentation
◆ general_range
template<typename T >
|
friend |