|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Represents a found value (stored by reference). More...
#include <ahFunctional.H>
Public Member Functions | |
| Some (T &i) | |
| virtual T & | get_item () override |
| virtual const T & | get_item () const override |
| virtual bool | is_found () const noexcept override |
Public Member Functions inherited from Aleph::Found_Item< T > | |
| virtual | ~Found_Item ()=default |
Public Attributes | |
| T & | item |
Represents a found value (stored by reference).
Definition at line 100 of file ahFunctional.H.
|
inline |
Definition at line 104 of file ahFunctional.H.
Implements Aleph::Found_Item< T >.
Definition at line 107 of file ahFunctional.H.
Implements Aleph::Found_Item< T >.
Definition at line 106 of file ahFunctional.H.
Referenced by TEST().
|
inlineoverridevirtualnoexcept |
Implements Aleph::Found_Item< T >.
Definition at line 108 of file ahFunctional.H.
Referenced by TEST().
| T& Aleph::Some< T >::item |
Definition at line 102 of file ahFunctional.H.