OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
push_back_op_neste< true, T, S > Struct Template Reference

pack/add function selector More...

Detailed Description

template<typename T, typename S>
struct push_back_op_neste< true, T, S >

pack/add function selector

This in case normally add an object

Definition at line 41 of file map_vector_std_util.hpp.

#include <map_vector_std_util.hpp>

Static Public Member Functions

static void push_back (std::vector< T > &base, const S &obj)
 Push_back on a vector. More...
 

Member Function Documentation

template<typename T , typename S >
static void push_back_op_neste< true, T, S >::push_back ( std::vector< T > &  base,
const S &  obj 
)
inlinestatic

Push_back on a vector.

Push on a vector an object

Parameters
basevector where to push_back
objobject to push

Definition at line 52 of file map_vector_std_util.hpp.


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