Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Morpheus::has_access< ExecSpace, Ts > Struct Template Reference

Takes arbitrary number of containers and checks if ExecSpace has access to the memory space of all of them. Note that each container must have a valid memory_space trait. More...

#include <Morpheus_SpaceTraits.hpp>

Static Public Attributes

static const bool value = Impl::has_access<ExecSpace, Ts...>::value
 

Detailed Description

template<typename ExecSpace, typename... Ts>
struct Morpheus::has_access< ExecSpace, Ts >

Takes arbitrary number of containers and checks if ExecSpace has access to the memory space of all of them. Note that each container must have a valid memory_space trait.

Template Parameters
ExecSpaceExecution Space
TsAribtrary number of containers

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