LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
art::SupportsView< T, typename > Struct Template Reference

#include "traits.h"

Inheritance diagram for art::SupportsView< T, typename >:

Static Public Member Functions

static std::type_info const * type_id ()
 

Detailed Description

template<typename T, typename = void>
struct art::SupportsView< T, typename >

Definition at line 90 of file traits.h.

Member Function Documentation

template<typename T , typename = void>
static std::type_info const* art::SupportsView< T, typename >::type_id ( )
inlinestatic

Definition at line 92 of file traits.h.

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

93  {
94  return nullptr;
95  }

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