push p_ele into v only of to_push is true More...
push p_ele into v only of to_push is true
v | vector where to push |
p_ele | object to push |
to_push | it 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 |
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.