Public Attributes

junk::arma_elem_size_test Struct Reference

#include <typedef.hpp>

List of all members.

Public Attributes

arma_static_assert< sizeof(u8)==1 > ERROR___TYPE_U8_HAS_UNSUPPORTED_SIZE
arma_static_assert< sizeof(s8)==1 > ERROR___TYPE_S8_HAS_UNSUPPORTED_SIZE
arma_static_assert< sizeof(u16)==2 > ERROR___TYPE_U16_HAS_UNSUPPORTED_SIZE
arma_static_assert< sizeof(s16)==2 > ERROR___TYPE_S16_HAS_UNSUPPORTED_SIZE
arma_static_assert< sizeof(u32)==4 > ERROR___TYPE_U32_HAS_UNSUPPORTED_SIZE
arma_static_assert< sizeof(s32)==4 > ERROR___TYPE_S32_HAS_UNSUPPORTED_SIZE
arma_static_assert< sizeof(float)==4 > ERROR___TYPE_FLOAT_HAS_UNSUPPORTED_SIZE
arma_static_assert< sizeof(double)==8 > ERROR___TYPE_DOUBLE_HAS_UNSUPPORTED_SIZE
arma_static_assert< sizeof(std::complex
< float >)==8 > 
ERROR___TYPE_COMPLEX_FLOAT_HAS_UNSUPPORTED_SIZE
arma_static_assert< sizeof(std::complex
< double >)==16 > 
ERROR___TYPE_COMPLEX_DOUBLE_HAS_UNSUPPORTED_SIZE

Detailed Description

Definition at line 117 of file typedef.hpp.


Member Data Documentation

Definition at line 120 of file typedef.hpp.

Definition at line 121 of file typedef.hpp.

Definition at line 123 of file typedef.hpp.

Definition at line 124 of file typedef.hpp.

Definition at line 126 of file typedef.hpp.

Definition at line 127 of file typedef.hpp.

Definition at line 129 of file typedef.hpp.

Definition at line 130 of file typedef.hpp.

arma_static_assert<sizeof(std::complex<float>) == 8> junk::arma_elem_size_test::ERROR___TYPE_COMPLEX_FLOAT_HAS_UNSUPPORTED_SIZE

Definition at line 132 of file typedef.hpp.

arma_static_assert<sizeof(std::complex<double>) == 16> junk::arma_elem_size_test::ERROR___TYPE_COMPLEX_DOUBLE_HAS_UNSUPPORTED_SIZE

Definition at line 133 of file typedef.hpp.