fire v0.19.0
Framework for sImulation and Reconstruction of Events
|
Underlying struct deducing the version of a class. More...
#include <ClassVersion.h>
Public Types | |
using | version = std::integral_constant< int, 0 > |
Underlying struct deducing the version of a class.
This base struct holds the default version for any class not matching the specialization below. It sets the default version number to zero.
in] T class to deduce version for
in] Enable non-void to go to specialization below