Nvwa
1.1
|
Class for optional values. More...
#include <functional.h>
Class for optional values.
It was initially modelled after the Maybe type in Haskell, but the interface was later changed to be more like (but not fully conformant to) the C++17 std::optional.
_Tp | the optional type to store |