batmat main
Batched linear algebra routines
Loading...
Searching...
No Matches
batmat::matrix::aligned_deleter< void, A > Struct Template Reference

#include <batmat/matrix/storage.hpp>

Detailed Description

template<class A>
struct batmat::matrix::aligned_deleter< void, A >

Definition at line 41 of file storage.hpp.

Public Member Functions

void operator() (void *p) const

Public Attributes

size_t size = 0
align = {}

Member Function Documentation

◆ operator()()

template<class A>
void batmat::matrix::aligned_deleter< void, A >::operator() ( void * p) const
inline

Definition at line 44 of file storage.hpp.

Member Data Documentation

◆ size

template<class A>
size_t batmat::matrix::aligned_deleter< void, A >::size = 0

Definition at line 42 of file storage.hpp.

◆ align

template<class A>
A batmat::matrix::aligned_deleter< void, A >::align = {}

Definition at line 43 of file storage.hpp.


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