HDTree  0.5.2
HDTree C++ API
hdtree::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 hdtree::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

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