Registry / utility / boost-mpl

boost-mpl

JSON →
library1.90.0vcpkgunverified

Boost mpl module is a metaprogramming library providing compile-time algorithms and data structures.

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

Using Boost.MPL to create and query a type vector

#include <boost/mpl/vector.hpp> #include <boost/mpl/size.hpp> using vec = boost::mpl::vector<int, float, double>; static_assert(boost::mpl::size<vec>::value == 3);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

boost-mpl — pip install boost-mpl · libregistry