Internal base struct for use in storing unused values. More...
Public Member Functions | |
virtual | ~UnusedWrapperBase () |
Needed for polymorphism. More... | |
Internal base struct for use in storing unused values.
In order to store a vector of arbitrary unused values for declareUnusedValue(), we need some base object that is constructable without template arguments.
Definition at line 153 of file Reporter.h.
|
inlinevirtual |