Registry / utility / tuplet

tuplet

JSON →
library2.1.1vcpkgunverified

A Lightweight Tuple Library for Modern C++

vcpkg install tuplet
INSTALL
IMPORT
SIG · TUPLET
T
tuplet
utilitycppv2.1.1
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.

tuplet/tuple.hpp
#include <tuplet/tuple.hpp>

Creating and accessing a tuplet tuple

#include <tuplet/tuple.hpp> #include <iostream> int main() { auto t = tuplet::make_tuple(1, 2.5, "hello"); std::cout << tuplet::get<0>(t) << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

tuplet — pip install tuplet · libregistry