martinmoene / optional-lite

optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
403 stars 45 forks source link

Add monadic operations for std::optional, p0798 #38

Open martinmoene opened 5 years ago

martinmoene commented 5 years ago

See p0798Rx

See also optional-fun-lite.

martinmoene commented 1 year ago

See also PR 60 and PR 61 of expected-lite for C++11 implementation ideas.