Detailed Description
template<typename Derived1, typename Derived2, int Unrolling>
struct internal::assign_impl< Derived1, Derived2, InvalidTraversal, Unrolling >
Definition at line 262 of file Assign.h.
#include <src/Core/Assign.h>
List of all members.
Static Public Member Functions |
static void | run (Derived1 &, const Derived2 &) |
Member Function Documentation
template<typename Derived1 , typename Derived2 , int Unrolling>
static void internal::assign_impl< Derived1, Derived2, InvalidTraversal, Unrolling >::run |
( |
Derived1 & |
, |
|
|
const Derived2 & |
|
|
) |
| [inline, static] |