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

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

#include <ClassVersion.h>

Public Types

using version = typename T::version
 

Detailed Description

template<class T>
struct fire::io::class_version_impl::deducer< T, typename enable_if_type< typename T::version >::type >

Underlying struct deducing the version of a class.

This specialization matches any class T which defines the subtype T::version.

Note
We do not check that T::version is correctly defined to be an std::integral_constant.
Template Parameters

in] T class to deduce version for


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