Registry / serialization / rp-ntuples

rp-ntuples

JSON →
library0.1.4vcpkgunverified

A C++ ntuple library for structured data storage and processing

vcpkg install rp-ntuples
INSTALL
IMPORT
SIG · RP-NTUPLES
R
rp-ntuples
serializationcppv0.1.4
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.

rp-ntuples/rp-ntuples.h
#include <rp-ntuples/rp-ntuples.h>

Create and access an ntuple with two elements

#include <rp-ntuples/rp-ntuples.h> #include <iostream> int main() { rp::ntuple<int, double> t(42, 3.14); std::cout << "First: " << t.get<0>() << ", Second: " << t.get<1>() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

rp-ntuples — pip install rp-ntuples · libregistry