![]() |
Low-Level Abstraction of Memory Access
|
Generic implementation of copy defaulting to fieldWiseCopy. LLAMA provides several specializations of this construct for specific mappings. Users are encouraged to also specialize this template with better copy algorithms for further combinations of mappings, if they can and want to provide a better implementation. More...
#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 |
Generic implementation of copy defaulting to fieldWiseCopy. LLAMA provides several specializations of this construct for specific mappings. Users are encouraged to also specialize this template with better copy algorithms for further combinations of mappings, if they can and want to provide a better implementation.
|
inline |