mirror of
https://github.com/TartanLlama/optional.git
synced 2025-08-02 19:34:26 +02:00
Mention paper
This commit is contained in:
@@ -92,6 +92,10 @@ Requires [Standardese](https://github.com/foonathan/standardese) for generating
|
|||||||
|
|
||||||
Requires [Catch](https://github.com/philsquared/Catch) for testing. This is bundled in the test directory.
|
Requires [Catch](https://github.com/philsquared/Catch) for testing. This is bundled in the test directory.
|
||||||
|
|
||||||
|
### Standards Proposal
|
||||||
|
|
||||||
|
This library also serves as an implementation of WG21 standards paper [P0798R0: Monadic operations for std::optional](https://wg21.tartanllama.xyz/monadic-optional). This paper proposes adding `map`, `and_then`, and `or_else` to `std::optional`.
|
||||||
|
|
||||||
----------
|
----------
|
||||||
|
|
||||||
[]("http://creativecommons.org/publicdomain/zero/1.0/")
|
[]("http://creativecommons.org/publicdomain/zero/1.0/")
|
||||||
|
Reference in New Issue
Block a user