proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
|
This is the complete list of members for proxsuite::linalg::veg::mem::Cloner< DefaultCloner >, including all inherited members.
destroy(RefMut< DefaultCloner >, T *ptr, RefMut< Alloc >) | proxsuite::linalg::veg::mem::Cloner< DefaultCloner > | inlinestatic |
trivial_clone typedef | proxsuite::linalg::veg::mem::Cloner< DefaultCloner > | |
VEG_TEMPLATE((typename T, typename Alloc), requires(VEG_CONCEPT(copyable< T >)), VEG_NODISCARD VEG_INLINE static auto clone,(, RefMut< DefaultCloner >),(rhs, Ref< T >),(, RefMut< Alloc >)) VEG_NOEXCEPT_IF(VEG_CONCEPT(nothrow_copyable< T >)) -> T | proxsuite::linalg::veg::mem::Cloner< DefaultCloner > | inline |
VEG_TEMPLATE((typename T, typename Alloc), requires(VEG_CONCEPT(copyable< T >)), VEG_INLINE static void clone_from,(, RefMut< DefaultCloner >),(lhs, RefMut< T >),(rhs, Ref< T >),(, RefMut< Alloc >)) | proxsuite::linalg::veg::mem::Cloner< DefaultCloner > | inline |