Registry / utility / bext-mp

bext-mp

JSON →
library2.0.11vcpkgunverified

C++20 Meta-Programming library

vcpkg install bext-mp
INSTALL
IMPORT
SIG · BEXT-MP
B
bext-mp
utilitycppv2.0.11
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.

bext/mp.hpp
#include <bext/mp.hpp>

Use compile-time meta-programming utilities

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

No known issues recorded.

Upgrade
Version history
2.0.11latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

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

No resource links recorded.

bext-mp — pip install bext-mp · libregistry