Registry / utility / boost-typeof

boost-typeof

JSON →
library1.90.0vcpkgunverified

Boost.Typeof emulates C++11's decltype and auto keywords for older compilers.

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

Demonstrates BOOST_TYPEOF to deduce variable type

#include <boost/typeof/typeof.hpp> #include <iostream> int main() { int x = 42; BOOST_TYPEOF(x) y = x; std::cout << y << std::endl; 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-typeof — pip install boost-typeof · libregistry