![]() |
QMCPACK
|
Go to the source code of this file.
Classes | |
struct | qmc_allocator_traits< Allocator > |
template class analogous to std::allocator_traits. More... | |
Namespaces | |
qmcplusplus | |
helper functions for EinsplineSetBuilder | |
Typedefs | |
template<class Allocator > | |
using | IsHostSafe = std::enable_if_t< qmc_allocator_traits< Allocator >::is_host_accessible > |
template<class Allocator > | |
using | IsNotHostSafe = std::enable_if_t<!qmc_allocator_traits< Allocator >::is_host_accessible > |
template<class Allocator > | |
using | IsDualSpace = std::enable_if_t< qmc_allocator_traits< Allocator >::is_dual_space > |