LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
art::DoMakePartner< T > Struct Template Reference

#include "Wrapper.h"

Public Member Functions

std::unique_ptr< EDProductoperator() (T const &obj, std::type_info const &wanted_wrapper_type) const
 

Detailed Description

template<typename T>
struct art::DoMakePartner< T >

Definition at line 64 of file Wrapper.h.

Member Function Documentation

template<typename T >
std::unique_ptr<EDProduct> art::DoMakePartner< T >::operator() ( T const &  obj,
std::type_info const &  wanted_wrapper_type 
) const
inline

Definition at line 328 of file Wrapper.h.

329  {
330  return obj.makePartner(wanted_wrapper_type);
331  }

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