|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Abstract base class for optional-like results. More...
#include <ahFunctional.H>
Public Member Functions | |
| virtual T & | get_item ()=0 |
| virtual const T & | get_item () const =0 |
| virtual bool | is_found () const noexcept=0 |
| virtual | ~Found_Item ()=default |
Abstract base class for optional-like results.
| T | Item type. |
Definition at line 73 of file ahFunctional.H.
|
virtualdefault |
Implemented in Aleph::None< T >, and Aleph::Some< T >.
Implemented in Aleph::None< T >, and Aleph::Some< T >.
Implemented in Aleph::None< T >, and Aleph::Some< T >.