Registry / utility / boost-tti

boost-tti

JSON →
library1.90.0vcpkgunverified

Boost tti module provides type traits introspection utilities.

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

Check if a type has a nested type using TTI

#include <boost/tti/tti.hpp> #include <iostream> BOOST_TTI_HAS_TYPE(MyType) struct A { using MyType = int; }; struct B {}; int main() { std::cout << has_type_MyType<A>::value << std::endl; // 1 std::cout << has_type_MyType<B>::value << std::endl; // 0 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
5 hits · last 30 days
node
4
Meta
1
Resources

No resource links recorded.

boost-tti — pip install boost-tti · libregistry