8 #ifndef MEMORY_CONF_HPP_
9 #define MEMORY_CONF_HPP_
11 #include "util/variadic_to_vmpl.hpp"
12 #include "t_to_memory_c.hpp"
31 template<
typename Seq>
55 typedef typename inter_memc<T>::type
type;
Transform the boost::fusion::vector into memory specification (memory_traits)
memory_c< T > type
for each element in the vector interleave memory_c
Transform the boost::fusion::vector into memory specification (memory_traits)
This class convert a boost::mpl::fusion/vector to a boost::mpl::fusion/vector with memory_c interleav...
inter_memc< T >::type type
for each element in the vector interleave memory_c
This class is a container for the memory interface like HeapMemory CudaMemory.