LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 81 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 83 of file traits.h.

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

84  {
85  return nullptr;
86  }

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