OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
compare_general< T, agg > Struct Template Reference

structure to copy aggregates More...

Detailed Description

template<typename T, unsigned int agg = 2 * is_aggregate<T>::value>
struct compare_general< T, agg >

structure to copy aggregates

Template Parameters
Ttype to copy

Definition at line 23 of file compare_general.hpp.

#include <compare_general.hpp>

Static Public Member Functions

static bool compare_general_f (const T &src, const T &dst)
 Spacialization when there is unknown compare method.
 

Member Function Documentation

◆ compare_general_f()

template<typename T , unsigned int agg = 2 * is_aggregate<T>::value>
static bool compare_general< T, agg >::compare_general_f ( const T &  src,
const T &  dst 
)
inlinestatic

Spacialization when there is unknown compare method.

Template Parameters
srcsource object to copy
dstdestination object

Definition at line 31 of file compare_general.hpp.


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