Registry / utility / boost-function-types

boost-function-types

JSON →
library1.90.0vcpkgunverified

Boost function_types module for classifying and decomposing function types.

vcpkg install boost-function-types
INSTALL
IMPORT
SIG · BOOST-FUNCTION-TYP
B
boost-function-types
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/function_types/function_type.hpp
#include <boost/function_types/function_type.hpp>

Define a function type using Boost.FunctionTypes.

#include <boost/function_types/function_type.hpp> #include <iostream> int main() { using FuncType = boost::function_types::function_type<int(int, float)>::type; std::cout << "Function type defined" << 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-function-types — pip install boost-function-types · libregistry