Registry / utility / boost-mp11

boost-mp11

JSON →
library1.90.0vcpkgunverified

Boost.Mp11 is a C++11 metaprogramming library providing compile-time algorithms for type lists.

vcpkg install boost-mp11
INSTALL
IMPORT
SIG · BOOST-MP11
B
boost-mp11
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/mp11.hpp
#include <boost/mp11.hpp>

Define a type list and check its size at compile time.

#include <boost/mp11.hpp> #include <type_traits> using list = boost::mp11::mp_list<int, float, double>; static_assert(boost::mp11::mp_size<list>::value == 3); int main() { return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

boost-mp11 — pip install boost-mp11 · libregistry