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

#include <value_ptr.h>

Inheritance diagram for cet::default_copy< Element >:
cet::_::default_action< Element, false >

Public Member Functions

Element * operator() (Element *p) const
 

Detailed Description

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

Definition at line 81 of file value_ptr.h.

Member Function Documentation

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

Definition at line 147 of file value_ptr.h.

148  {
149  return new Element{*p};
150  }
p
Definition: test.py:223

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