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


Member Data Documentation

Definition at line 119 of file typedef.hpp.

Definition at line 120 of file typedef.hpp.

Definition at line 122 of file typedef.hpp.

Definition at line 123 of file typedef.hpp.

Definition at line 125 of file typedef.hpp.

Definition at line 126 of file typedef.hpp.

Definition at line 128 of file typedef.hpp.

Definition at line 129 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 131 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 132 of file typedef.hpp.