fire v0.19.0
Framework for sImulation and Reconstruction of Events
fire::io::class_version_impl::deducer< T, Enable > Struct Template Reference

Underlying struct deducing the version of a class. More...

#include <ClassVersion.h>

Public Types

using version = std::integral_constant< int, 0 >
 

Detailed Description

template<class T, class Enable = void>
struct fire::io::class_version_impl::deducer< T, Enable >

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.

Template Parameters

in] T class to deduce version for

Template Parameters

in] Enable non-void to go to specialization below


The documentation for this struct was generated from the following file: