tl-optional 1.1.0
Implementation of std::optional with extensions for C++11/14/17
tl::optional
provides a single-header implementation of the std::optional for C++11/14/17, with support for monadic operations added in C++23.
- Outputs:
out
- Website: https://github.com/TartanLlama/optional
- Licenses: CC0
- Package source: gnu/packages/cpp.scm
- Builds: See build status
- Issues: See known issues
Installation
Install tl-optional 1.1.0
as follows:
guix install tl-optional@1.1.0
Or install the latest version:
guix install tl-optional
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.