| Public Typedefs Summary: | |
| Proxy<Binary_access_traits<A, B, op::Mult>> | AB [xref] [Source] |
| Proxy<Binary_access_traits<C, D, op::Mult>> | CD [xref] [Source] |
| Binary_access_traits<AB, CD, op::Add> | access_traits [xref] [Source] |
| access_traits::value_type | value_type [xref] [Source] |
| Simd_traits::simd_type | simd_type [xref] [Source] |
| Public Member functions Summary: | |
| constructor | Proxy(const AB& left, const CD& right) [xref] [Source] |
| const AB& | left() [xref] [Source] |
| const CD& | right() [xref] [Source] |
| simd_type | load() [xref] [Source] |
| void | increment(length_type 1) [xref] [Source] |
| Private Data members Summary: | |
| AB | left_ [xref] [Source] |
| CD | right_ [xref] [Source] |