Static Public Member Functions | List of all members
art::detail::ProductTypeIDs< T > Struct Template Reference

#include <ProductTypeIDs.h>

Static Public Member Functions

static product_typeids_t get ()
 

Detailed Description

template<typename T>
struct art::detail::ProductTypeIDs< T >

Definition at line 15 of file ProductTypeIDs.h.

Member Function Documentation

template<typename T >
static product_typeids_t art::detail::ProductTypeIDs< T >::get ( )
inlinestatic

Definition at line 17 of file ProductTypeIDs.h.

18  {
19  return {{product_metatype::Normal, wrapperTypeID<T>()}};
20  }

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