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, 3 > Struct Template Reference

specialization for aggregate type object that define an operator= More...

Detailed Description

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

specialization for aggregate type object that define an operator=

Definition at line 209 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 but define an operator= More...
 

Constructor & Destructor Documentation

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

copy objects that are aggregates but define an operator=

Parameters
srcsource object to copy
dstdestination object

Definition at line 217 of file copy_general.hpp.


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