Public Member Functions | List of all members
lar::to_element_t Struct Reference

#include <ToElement.h>

Public Member Functions

template<typename T >
T const & operator() (art::Ptr< T > const &ptr) const
 

Detailed Description

Definition at line 17 of file ToElement.h.

Member Function Documentation

template<typename T >
T const& lar::to_element_t::operator() ( art::Ptr< T > const &  ptr) const
inline

Definition at line 19 of file ToElement.h.

19  {
20  return *ptr;
21  }

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