OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
vector_def.hpp
1 /*
2  * vector_def.hpp
3  *
4  * Created on: Jun 29, 2017
5  * Author: i-bird
6  */
7 
8 #ifndef OPENFPM_DATA_SRC_VECTOR_VECTOR_DEF_HPP_
9 #define OPENFPM_DATA_SRC_VECTOR_VECTOR_DEF_HPP_
10 
11 
12 namespace openfpm
13 {
14  template<typename T, typename Memory=HeapMemory, typename layout=typename memory_traits_lin<T>::type, template<typename> class layout_base=memory_traits_lin , typename grow_p=grow_policy_double, unsigned int impl=vect_isel<T>::value> class vector;
15 }
16 
17 
18 #endif /* OPENFPM_DATA_SRC_VECTOR_VECTOR_DEF_HPP_ */
Transform the boost::fusion::vector into memory specification (memory_traits)
Definition: memory_conf.hpp:93