Variadic base that stores an operator's typed arguments (pointers expected) in a tuple and exposes a protected Apply() helper for dispatching to Impl methods. All pointer slots are value-initialized to nullptr.
More...
#include <MHO_ArgumentCarrier.hh>
|
| std::tuple< Args... > | fArgs |
| |
template<typename... Args>
class hops::MHO_ArgumentCarrier< Args >
Variadic base that stores an operator's typed arguments (pointers expected) in a tuple and exposes a protected Apply() helper for dispatching to Impl methods. All pointer slots are value-initialized to nullptr.
- Author
- J. Barrett - barre.nosp@m.ttj@.nosp@m.mit.e.nosp@m.du
◆ Apply()
template<typename... Args>
template<typename Func >
◆ fArgs
template<typename... Args>
The documentation for this class was generated from the following file: