- Test:
- define a MultiFact (factory with dynamic registration), which accepts additional arguments and passes them through to the registered factory function(s).
- Note
- we set up fabrication functions by binding the functions in such a way as to match the function signature declared in the factory; thereby one argument remains unclosed, which is the argument to be supplied on each factory invocation by the client code.
- See also
- lib::MultiFact
-
query-resolver.cpp
Definition at line 99 of file multifact-argument-test.cpp.
The documentation for this class was generated from the following file: