Registry / utility / brunocodutra-metal

brunocodutra-metal

JSON →
library2.1.4vcpkgunverified

A single header C++11 library designed to make you love template metaprogramming

vcpkg install brunocodutra-metal
INSTALL
IMPORT
SIG · BRUNOCODUTRA-METAL
B
brunocodutra-metal
utilitycppv2.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.

metal/metal.hpp
✓ #include <metal/metal.hpp>

Compute the size of a metal list at compile time

#include <metal/metal.hpp> #include <iostream> int main() { constexpr auto list = metal::list<int, float, double>{}; std::cout << metal::size<decltype(list)>::value << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources

No resource links recorded.

brunocodutra-metal — pip install brunocodutra-metal · libregistry