TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
nda::mem::aligner< T, Al >

#include <nda/mem/handle.hpp>

Detailed Description

template<typename T, int Al>
struct nda::mem::aligner< T, Al >

Wraps an arbitrary type to have a specified alignment.

Template Parameters
TGiven type.
AlAlignment.

Definition at line 54 of file handle.hpp.

Public Member Functions

T const & get () const noexcept
 Get const reference to the wrapped object.
 
T & get () noexcept
 Get reference to the wrapped object.
 

Public Attributes

x
 Wrapped object of type T.
 

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