Registry / utility / boost-concept-check

boost-concept-check

JSON →
library1.90.0vcpkgunverified

Boost.ConceptCheck provides tools for enforcing template parameter requirements at compile time.

vcpkg install boost-concept-check
INSTALL
IMPORT
SIG · BOOST-CONCEPT-CHEC
B
boost-concept-check
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/concept_check.hpp
#include <boost/concept_check.hpp>

Assert that std::vector<int> satisfies the Sortable concept

#include <boost/concept_check.hpp> #include <vector> template <typename T> void sortable_check() { BOOST_CONCEPT_ASSERT((boost::Sortable<T>)); } int main() { sortable_check<std::vector<int>>(); 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
9 hits · last 30 days
node
8
Meta
1
Resources

No resource links recorded.

boost-concept-check — pip install boost-concept-check · libregistry