OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
copy_general_op< op, T, 2 > Struct Template Reference

Specialization for aggregate type objects. More...

Detailed Description

template<template< typename, typename > class op, typename T>
struct copy_general_op< op, T, 2 >

Specialization for aggregate type objects.

Definition at line 191 of file copy_general.hpp.

#include <copy_general.hpp>

Public Member Functions

 copy_general_op (const T &src, T &dst)
 copy objects that are aggregates More...
 

Constructor & Destructor Documentation

template<template< typename, typename > class op, typename T >
copy_general_op< op, T, 2 >::copy_general_op ( const T &  src,
T &  dst 
)
inline

copy objects that are aggregates

Parameters
srcsource object to copy
dstdestination object

Definition at line 199 of file copy_general.hpp.


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