ResultIteratorFunctions< SUPER >::Wrapper Class Reference

#include <resultbase.h>

公共成员函数

  Wrapper ( ResultIteratorFunctions *it=nullptr)
Bool   operator!= (const Wrapper &) const
void  operator++ ()
Result < decltype(*std::declval< typename SUPER::ValueType >))>  operator* () const

Private Attributes

ResultIteratorFunctions _it

构造函数 & 析构函数文档编制

◆  Wrapper()

Wrapper ( ResultIteratorFunctions it = nullptr )
explicit

成员函数文档编制

◆  operator!=()

Bool operator!= ( const Wrapper ) const

◆  operator++()

void operator++ ( )

◆  operator*()

Result <decltype(*std::declval<typename SUPER::ValueType>))> operator* ( ) const

Member Data Documentation

◆  _it

ResultIteratorFunctions * _it
private