#include <resultbase.h>
Public Member Functions | |
Wrapper (ResultIteratorFunctions *it=nullptr) | |
Bool | operator!= (const Wrapper &) const |
void | operator++ () |
Result< decltype(*std::declval< typename SUPER::ValueType >))> | operator* () const |
Private Attributes | |
ResultIteratorFunctions * | _it |
|
explicit |
void operator++ | ( | ) |
Result<decltype(*std::declval<typename SUPER::ValueType>))> operator* | ( | ) | const |
|
private |