LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
art::MaybeGetView< std::vector< bool, A > > Struct Template Reference

#include "traits.h"

Inheritance diagram for art::MaybeGetView< std::vector< bool, A > >:
art::CannotGetView< std::vector< bool, A > >

Static Public Member Functions

static std::vector< void const * > get (std::vector< bool, A > const &)
 

Detailed Description

template<typename A>
struct art::MaybeGetView< std::vector< bool, A > >

Definition at line 179 of file traits.h.

Member Function Documentation

static std::vector<void const*> art::CannotGetView< std::vector< bool, A > >::get ( std::vector< bool, A > const &  )
inlinestaticinherited

Definition at line 147 of file traits.h.

References art::errors::ProductDoesNotSupportViews.

148  {
150  << "Product type " << cet::demangle_symbol(typeid(T).name())
151  << " has no getView() capability.\n";
152  }
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
Definition: Exception.h:66

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