Partial specialization for N=3. More...
Partial specialization for N=3.
Definition at line 812 of file meta_copy.hpp.
#include <meta_copy.hpp>
Static Public Member Functions | |
static void | meta_copy_op_ (const T src[N1][N2][N3], T dst[N1][N2][N3]) |
Meta-copy applying an operation. More... | |
|
inlinestatic |
Meta-copy applying an operation.
src | source object |
dst | destination object |
Definition at line 820 of file meta_copy.hpp.