|
Generic SIMD Intrinsic Library API
0.6
|
A special helper class to support customized subscript[] operations. More...
#include <generic4.h>
Public Member Functions | |
| Helper (svec< 4, bool > *p_vec, int index) | |
| void | operator= (uint32_t value) |
| void | operator= (Helper helper) |
| operator uint32_t () const | |
Public Attributes | |
| int | m_index |
| svec< 4,bool > * | m_self |
A special helper class to support customized subscript[] operations.
| generic::svec< 4, bool >::Helper::Helper | ( | svec< 4, bool > * | p_vec, |
| int | index | ||
| ) |
| generic::svec< 4, bool >::Helper::operator uint32_t | ( | ) | const |
| void generic::svec< 4, bool >::Helper::operator= | ( | uint32_t | value | ) |
| void generic::svec< 4, bool >::Helper::operator= | ( | Helper | helper | ) |
| int generic::svec< 4, bool >::Helper::m_index |
| svec< 4 ,bool>* generic::svec< 4, bool >::Helper::m_self |
1.8.5