Detailed Description
template<bool IsAligned = false>
struct internal::unaligned_assign_impl< IsAligned >
Definition at line 377 of file Assign.h.
#include <src/Core/Assign.h>
List of all members.
Static Public Member Functions |
template<typename Derived , typename OtherDerived > |
static EIGEN_STRONG_INLINE void | run (const Derived &, OtherDerived &, typename Derived::Index, typename Derived::Index) |
Member Function Documentation
template<bool IsAligned = false>
template<typename Derived , typename OtherDerived >
static EIGEN_STRONG_INLINE void internal::unaligned_assign_impl< IsAligned >::run |
( |
const Derived & |
, |
|
|
OtherDerived & |
, |
|
|
typename Derived::Index |
, |
|
|
typename Derived::Index |
| |
|
) |
| | [inline, static] |