OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
openfpm::vector< T, Memory, layout_base, grow_p, impl > Class Template Reference

Implementation of 1-D std::vector like structure. More...

Detailed Description

template<typename T, typename Memory, template< typename > class layout_base, typename grow_p, unsigned int impl>
class openfpm::vector< T, Memory, layout_base, grow_p, impl >

Implementation of 1-D std::vector like structure.

Stub object look at the various implementations

Template Parameters
Ttype of object the vector store
Memoryallocator to use
layoutlayout to use
grow_pgrow policy for vector in case of reallocation
See also
vector<T,HeapMemory,grow_policy_double,STD_VECTOR>
vector<T,Memory,grow_p,OPENFPM_NATIVE>
vector<T,Memory,grow_p,OPENFPM_NATIVE>

Definition at line 202 of file map_vector.hpp.

#include <map_vector.hpp>

Private Member Functions

size_t size ()
 Stub size.
 

Member Function Documentation

◆ size()

template<typename T , typename Memory , template< typename > class layout_base, typename grow_p , unsigned int impl>
size_t openfpm::vector< T, Memory, layout_base, grow_p, impl >::size ( )
inlineprivate

Stub size.

Report an error

Returns
0

Definition at line 211 of file map_vector.hpp.


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