G+Smo  24.08.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gsPlainObjectBaseAddons.h
Go to the documentation of this file.
1 
14 EIGEN_STRONG_INLINE void swapPointer(Scalar * & ptr)
15 {
16  // Use with Caution for memory leaks!
17  m_storage.swapData(ptr);
18 }