GetFEM  5.4.2
getfem_copyable_ptr.h File Reference

A smart pointer that copies the value it points to on copy operations. More...

#include <memory>
#include <cstddef>

Go to the source code of this file.

Classes

class  getfem::copyable_ptr< T >
 A wrapper around a unique_ptr that clones the value on copy. More...
 

Namespaces

 getfem
 GEneric Tool for Finite Element Methods.
 

Detailed Description

A smart pointer that copies the value it points to on copy operations.

Author
Andriy Andreykiv andri.nosp@m.y.an.nosp@m.dreyk.nosp@m.iv@g.nosp@m.mail..nosp@m.com
Date
October 6th, 2015.

Definition in file getfem_copyable_ptr.h.