proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
proxsuite::linalg::veg::mem::RelocFn Struct Reference

#include <proxsuite/linalg/veg/type_traits/alloc.hpp>

Public Member Functions

VEG_INLINE void operator() (void *dst, void *src, usize n) const noexcept
 
VEG_INLINE auto is_trivial () const noexcept -> bool
 

Public Attributes

void *(* fn )(void *, void const *, usize)
 

Detailed Description

Definition at line 75 of file alloc.hpp.

Member Function Documentation

◆ operator()()

VEG_INLINE void proxsuite::linalg::veg::mem::RelocFn::operator() ( void * dst,
void * src,
usize n ) const
inlinenoexcept

Definition at line 79 of file alloc.hpp.

◆ is_trivial()

VEG_INLINE auto proxsuite::linalg::veg::mem::RelocFn::is_trivial ( ) const -> bool
inlinenoexcept

Definition at line 85 of file alloc.hpp.

Member Data Documentation

◆ fn

void *(* proxsuite::linalg::veg::mem::RelocFn::fn) (void *, void const *, usize)

Definition at line 77 of file alloc.hpp.


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