Registry / utility / boost-hana

boost-hana

JSON →
library1.90.0vcpkgunverified

Boost hana module

vcpkg install boost-hana
INSTALL
IMPORT
SIG · BOOST-HANA
B
boost-hana
utilitycppv1.90.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.

boost/hana.hpp
#include <boost/hana.hpp>

Create a heterogeneous tuple and print its size

#include <boost/hana.hpp> #include <iostream> int main() { auto tuple = boost::hana::make_tuple(1, 'a', 2.5); std::cout << boost::hana::size(tuple) << std::endl; return 0; }
Debug
Known issues
gotchaHeader-only; requires C++14 or later
fix
Set CMAKE_CXX_STANDARD to 14 or higher
affects: *
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Meta
1
Amazon
1
Resources

No resource links recorded.

boost-hana — pip install boost-hana · libregistry