ei_part_assignment_impl< Derived1, Derived2, Mode, UnrollCount > Struct Template Reference
#include <Part.h>
List of all members.
Public Types |
enum | { col = (UnrollCount-1) / Derived1::RowsAtCompileTime,
row = (UnrollCount-1) % Derived1::RowsAtCompileTime
} |
Static Public Member Functions |
static void | run (Derived1 &dst, const Derived2 &src) |
Detailed Description
template<typename Derived1, typename Derived2, unsigned int Mode, int UnrollCount>
struct ei_part_assignment_impl< Derived1, Derived2, Mode, UnrollCount >
Definition at line 169 of file Part.h.
Member Enumeration Documentation
template<typename Derived1 , typename Derived2 , unsigned int Mode, int UnrollCount>
- Enumerator:
-
Definition at line 171 of file Part.h.
Member Function Documentation
template<typename Derived1 , typename Derived2 , unsigned int Mode, int UnrollCount>
static void ei_part_assignment_impl< Derived1, Derived2, Mode, UnrollCount >::run |
( |
Derived1 & |
dst, |
|
|
const Derived2 & |
src | |
|
) |
| | [inline, static] |
The documentation for this struct was generated from the following file: