CMS 3D CMS Logo

List of all members | Static Public Attributes
edm::ProductRegistryHelper::has_donotrecordparents< T > Struct Template Reference

#include <ProductRegistryHelper.h>

Static Public Attributes

static constexpr bool value = std::is_base_of<DoNotRecordParents, T>::value
 

Detailed Description

template<typename T>
struct edm::ProductRegistryHelper::has_donotrecordparents< T >

Definition at line 31 of file ProductRegistryHelper.h.

Member Data Documentation

template<typename T >
constexpr bool edm::ProductRegistryHelper::has_donotrecordparents< T >::value = std::is_base_of<DoNotRecordParents, T>::value
static