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

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

Detailed Description

template<typename v, typename p_ele>
struct conditional_push< v, p_ele, false >

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 98 of file object_creator.hpp.

#include <object_creator.hpp>

Public Types

typedef v type
 

Member Typedef Documentation

◆ type

template<typename v , typename p_ele >
typedef v conditional_push< v, p_ele, false >::type

Definition at line 100 of file object_creator.hpp.


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