namespace vsip::impl::simd
template <typename L, typename R>
class Proxy<Binary_access_traits<L,R,O>>
Files: ../../vsip/impl/simd/expr_iterator.hpp
[xref] [Source]
Public Typedefs Summary:
Binary_access_traits<L, R, O>access_traits [xref] [Source]
access_traits::value_typevalue_type [xref] [Source]
Simd_traits::simd_typesimd_type [xref] [Source]

Public Member functions Summary:
 constructorProxy(const L& l, const R& r) [xref] [Source]
 const L&left() [xref] [Source]
 const R&right() [xref] [Source]
simd_typeload() [xref] [Source]
 voidincrement(length_type 1) [xref] [Source]

Private Data members Summary:
Lleft_ [xref] [Source]
Rright_ [xref] [Source]