GetFEM
5.4.2
|
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. | |
A smart pointer that copies the value it points to on copy operations.
Definition in file getfem_copyable_ptr.h.