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

structure to copy aggregates applying an operation More...

Detailed Description

template<template< typename, typename > class op, typename T, unsigned int agg = 2 * is_aggregate<T>::value + std::is_copy_assignable<T>::value>
struct copy_general_op< op, T, agg >

structure to copy aggregates applying an operation

Template Parameters
Ttype to copy

Definition at line 236 of file copy_general.hpp.

#include <copy_general.hpp>

Public Member Functions

 copy_general_op (const T &src, T &dst)
 Specialization when there is unknown copy method.
 

Constructor & Destructor Documentation

◆ copy_general_op()

template<template< typename, typename > class op, typename T , unsigned int agg = 2 * is_aggregate<T>::value + std::is_copy_assignable<T>::value>
copy_general_op< op, T, agg >::copy_general_op ( const T &  src,
T &  dst 
)
inline

Specialization when there is unknown copy method.

Parameters
srcsource object to copy
dstdestination object

Definition at line 244 of file copy_general.hpp.


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