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 109 of file typedef.hpp.


Member Data Documentation

Definition at line 112 of file typedef.hpp.

Definition at line 113 of file typedef.hpp.

Definition at line 115 of file typedef.hpp.

Definition at line 116 of file typedef.hpp.

Definition at line 118 of file typedef.hpp.

Definition at line 119 of file typedef.hpp.

Definition at line 121 of file typedef.hpp.

Definition at line 122 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 124 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 125 of file typedef.hpp.