OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
meta_compare< T[N1][N2][N3]> Struct Template Reference

Partial specialization for N=3. More...

Detailed Description

template<typename T, size_t N1, size_t N2, size_t N3>
struct meta_compare< T[N1][N2][N3]>

Partial specialization for N=3.

Definition at line 82 of file meta_compare.hpp.

#include <meta_compare.hpp>

Static Public Member Functions

static bool meta_compare_f (const T(&src)[N1][N2][N3], const T(&dst)[N1][N2][N3])
 

Member Function Documentation

◆ meta_compare_f()

template<typename T , size_t N1, size_t N2, size_t N3>
static bool meta_compare< T[N1][N2][N3]>::meta_compare_f ( const T(&)  src[N1][N2][N3],
const T(&)  dst[N1][N2][N3] 
)
inlinestatic

Definition at line 84 of file meta_compare.hpp.


The documentation for this struct was generated from the following file: