OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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 43 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.
 

Member Function Documentation

◆ push_back()

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 54 of file map_vector_std_util.hpp.


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