Public Member Functions | List of all members
arttest::detail::GetValue< V, P > Struct Template Reference

#include <GenericOneSimpleProductAnalyzer.h>

Public Member Functions

V const & operator() (art::Handle< P > const &h)
 

Detailed Description

template<typename V, typename P>
struct arttest::detail::GetValue< V, P >

Definition at line 40 of file GenericOneSimpleProductAnalyzer.h.

Member Function Documentation

template<typename V , typename P >
V const& arttest::detail::GetValue< V, P >::operator() ( art::Handle< P > const &  h)
inline

Definition at line 42 of file GenericOneSimpleProductAnalyzer.h.

43  {
44  return h->value;
45  }

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