LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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.

References art::detail::Normal.

Referenced by art::Wrapper< T >::do_getTypeIDs().

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

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