#include <Memory.h>
|
template<class Dest , class Src > |
auto | operator() (Dest &dest, const Src &src) -> typename std::enable_if<(!Dest::has_pitch &&!Src::has_pitch), void >::type |
|
template<class Dest , class Src > |
auto | operator() (Dest &dest, const Src &src) -> typename std::enable_if<(Dest::has_pitch &&Src::has_pitch)&&(!Dest::is3DPtr &&!Src::is3DPtr), void >::type |
|
template<class Dest , class Src > |
auto | operator() (Dest &dest, const Src &src) -> typename std::enable_if<(Dest::has_pitch &&Src::has_pitch)&&(Dest::is3DPtr &&Src::is3DPtr), void >::type |
|
template<class CopyPolicy>
struct glados::cuda::detail::copy_ftor< CopyPolicy >
Definition at line 318 of file Memory.h.
template<class CopyPolicy >
template<class Dest , class Src >
auto glados::cuda::detail::copy_ftor< CopyPolicy >::operator() |
( |
Dest & |
dest, |
|
|
const Src & |
src |
|
) |
| -> typename std::enable_if<(!Dest::has_pitch && !Src::has_pitch), void>::type
|
|
inline |
template<class CopyPolicy >
template<class Dest , class Src >
auto glados::cuda::detail::copy_ftor< CopyPolicy >::operator() |
( |
Dest & |
dest, |
|
|
const Src & |
src |
|
) |
| -> typename std::enable_if<(Dest::has_pitch && Src::has_pitch) && (!Dest::is3DPtr && !Src::is3DPtr), void>::type
|
|
inline |
template<class CopyPolicy >
template<class Dest , class Src >
auto glados::cuda::detail::copy_ftor< CopyPolicy >::operator() |
( |
Dest & |
dest, |
|
|
const Src & |
src |
|
) |
| -> typename std::enable_if<(Dest::has_pitch && Src::has_pitch) && (Dest::is3DPtr && Src::is3DPtr), void>::type
|
|
inline |
The documentation for this struct was generated from the following file:
- /home/frust45/RISA/RISA/glados/include/glados/cuda/Memory.h