boost::capy
Types
Name |
Description |
A collection of type‐erased parts and process state |
|
A container of type‐erased objects |
|
Functions
Name |
Description |
Invoke a callable, injecting stored objects as arguments The callable is invoked with zero or more arguments. For each argument type, if an object of that type (or key type) is stored in the container, a reference to that object is passed to the callable. |
Created with MrDocs