namespace vsip::impl::simd
template <typename A, typename B, typename C, typename D>
class Proxy<Binary_access_traits<Proxy<Binary_access_traits<A,B,op::Mult>>,Proxy<Binary_access_traits<C,D,op::Mult>>,op::Add>>
Files: ../../vsip/impl/simd/expr_iterator.hpp
[xref] [Source]
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_typevalue_type [xref] [Source]
Simd_traits::simd_typesimd_type [xref] [Source]

Public Member functions Summary:
 constructorProxy(const AB& left, const CD& right) [xref] [Source]
const AB&left() [xref] [Source]
const CD&right() [xref] [Source]
simd_typeload() [xref] [Source]
 voidincrement(length_type 1) [xref] [Source]

Private Data members Summary:
ABleft_ [xref] [Source]
CDright_ [xref] [Source]