|
|
#include <utility>
Include dependency graph for emplace.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| armarx | |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Functions | |
| template<class Cont , class... Params> | |
| auto | emplace (Cont &cont, Params &&... params) -> decltype(cont.emplace_back(std::forward< Params >(params)...)) |