|
TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include <nda/mem/handle.hpp>
Wraps an arbitrary type to have a specified alignment.
| T | Given type. |
| Al | Alignment. |
Definition at line 41 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 | |
| T | x |
| Wrapped object of type T. | |