Registry / utility / brigand

brigand

JSON →
library1.3.0vcpkgunverified

Brigand is a light-weight, fully functional, instant-compile time C++ 11 meta-programming library.

vcpkg install brigand
INSTALL
IMPORT
SIG · BRIGAND
B
brigand
utilitycppv1.3.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.

brigand/brigand.hpp
#include <brigand/brigand.hpp>

Compile-time list manipulation with Brigand

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

No known issues recorded.

Upgrade
Version history
1.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

brigand — pip install brigand · libregistry