|
Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
|
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 |
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.
| ExecSpace | Execution Space |
| Ts | Aribtrary number of containers |