Low-Level Abstraction of Memory Access
llama::Copy< Mapping, Mapping > Struct Template Reference

#include <Copy.hpp>

Public Member Functions

template<typename SrcView , typename DstView >
void operator() (const SrcView &srcView, DstView &dstView, std::size_t threadId, std::size_t threadCount) const
 

Detailed Description

template<typename Mapping>
struct llama::Copy< Mapping, Mapping >

Definition at line 330 of file Copy.hpp.

Member Function Documentation

◆ operator()()

template<typename Mapping >
template<typename SrcView , typename DstView >
void llama::Copy< Mapping, Mapping >::operator() ( const SrcView &  srcView,
DstView &  dstView,
std::size_t  threadId,
std::size_t  threadCount 
) const
inline

Definition at line 333 of file Copy.hpp.


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