Registry / utility / tl-optional

tl-optional

JSON →
library1.1.0vcpkgunverified

C++11/14/17 std::optional implementation with functional-style extensions

vcpkg install tl-optional
INSTALL
IMPORT
SIG · TL-OPTIONAL
T
tl-optional
utilitycppv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tl/optional.hpp
#include <tl/optional.hpp>

Use tl::optional to hold an optional value

#include <tl/optional.hpp> #include <iostream> int main() { tl::optional<int> opt = 42; if (opt) { std::cout << *opt << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

tl-optional — pip install tl-optional · libregistry