|
#include <utility>
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)...)) |