Format information of type-erased frame of ndarray_view_generic
.
More...
#include <frame_format.h>
Format information of type-erased frame of ndarray_view_generic
.
Stores element type of anterior ndarray_view
(std::type_info
, sizeof
and alignof
), and the actual alignment of elements in the frame.
template<typename Elem >
static frame_format mf::frame_format::default_format |
( |
std::size_t |
stride = sizeof(Elem) | ) |
|
|
inlinestatic |
std::size_t mf::frame_format::elem_alignment |
( |
| ) |
const |
|
inlinenoexcept |
std::size_t mf::frame_format::elem_size |
( |
| ) |
const |
|
inlinenoexcept |
std::type_index mf::frame_format::elem_type_index |
( |
| ) |
const |
|
inlinenoexcept |
template<typename Elem >
bool mf::frame_format::is_type |
( |
| ) |
const |
|
inlinenoexcept |
std::size_t mf::frame_format::padding |
( |
| ) |
const |
|
inlinenoexcept |
std::size_t mf::frame_format::stride |
( |
| ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following file: