OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
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
 

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