#include <vec.hh>

Public Types | |
| typedef Object< void > | category |
| typedef vec< 4, T > | exact_t |
Public Member Functions | |
| void | set (const T &val0, const T &val1, const T &val2, const T &val3) |
Protected Attributes | |
| T | data_ [4] |
Definition at line 140 of file metal/vec.hh.
typedef Object<void> mln::Object< vec< 4, T > >::category [inherited] |
typedef vec< 4, T > mln::Object< vec< 4, T > >::exact_t [inherited] |
| void mln::metal::internal::vec_base_< 4, T >::set | ( | const T & | val0, | |
| const T & | val1, | |||
| const T & | val2, | |||
| const T & | val3 | |||
| ) | [inline] |
Definition at line 143 of file metal/vec.hh.
T mln::metal::internal::vec_base_< 4, T >::data_[4] [protected] |
Definition at line 151 of file metal/vec.hh.
1.7.1