Public Member Functions | List of all members
cet::default_clone< Element > Struct Template Reference

#include <value_ptr.h>

Inheritance diagram for cet::default_clone< Element >:
cet::_::default_action< Element, bool >

Public Member Functions

Element * operator() (Element *p) const
 

Detailed Description

template<class Element>
struct cet::default_clone< Element >

Definition at line 83 of file value_ptr.h.

Member Function Documentation

template<class Element >
Element* cet::default_clone< Element >::operator() ( Element *  p) const
inline

Definition at line 159 of file value_ptr.h.

160  {
161  return p->clone();
162  }
p
Definition: test.py:223

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