Registry / utility / boost-parameter

boost-parameter

JSON →
library1.90.0vcpkgunverified

Library for writing functions and class templates that can accept arguments by name.

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

Define a function with named parameters.

#include <boost/parameter.hpp> #include <iostream> BOOST_PARAMETER_NAME(name) BOOST_PARAMETER_FUNCTION((void), greet, tag, (required (name, *))) { std::cout << "Hello, " << name << "!" << std::endl; } int main() { greet("World"); 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
6 hits · last 30 days
node
6
Resources

No resource links recorded.

boost-parameter — pip install boost-parameter · libregistry