pack/add function selector More...
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. | |
|
inlinestatic |
Push_back on a vector.
Push on a vector an object
base | vector where to push_back |
obj | object to push |
Definition at line 54 of file map_vector_std_util.hpp.