array.hpp File Reference
#include <adobe/config.hpp>
#include <adobe/array_fwd.hpp>
#include <adobe/any_regular.hpp>
#include <adobe/typeinfo.hpp>
#include <adobe/vector.hpp>
Go to the source code of this file.
|
Namespaces |
| namespace | adobe |
| namespace | adobe::version_1 |
Functions |
| void | push_back (array_t &v, any_regular_t x) |
| template<typename T > |
| void | push_back (array_t &v, T x, typename move_sink< T >::type=0) |
| template<typename T > |
| void | push_back (array_t &v, const T &x, typename copy_sink< T >::type=0) |