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

Specialization for object that can be assigned with an operator copy. More...

Detailed Description

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

Specialization for object that can be assigned with an operator copy.

Definition at line 254 of file copy_general.hpp.

#include <copy_general.hpp>

Public Member Functions

__device__ __host__ copy_general_op (const T &src, T &dst)
 copy objects that has an operator= (implicit or explicit)
 

Constructor & Destructor Documentation

◆ copy_general_op()

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

copy objects that has an operator= (implicit or explicit)

Parameters
srcsource object to copy
dstdestination object

Definition at line 262 of file copy_general.hpp.


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