#include <vec.hh>

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