OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
conditional_push< v, p_ele, to_push > Struct Template Reference

push p_ele into v only of to_push is true More...

Detailed Description

template<typename v, typename p_ele, bool to_push>
struct conditional_push< v, p_ele, to_push >

push p_ele into v only of to_push is true

Template Parameters
vvector where to push
p_eleobject to push
to_pushit push the element only if this flag is true

Definition at line 85 of file object_creator.hpp.

#include <object_creator.hpp>

Public Types

typedef boost::mpl::push_front< v, p_ele >::type type
 

Member Typedef Documentation

◆ type

template<typename v , typename p_ele , bool to_push>
typedef boost::mpl::push_front<v,p_ele>::type conditional_push< v, p_ele, to_push >::type

Definition at line 87 of file object_creator.hpp.


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