12template<
typename... Functors>
14 using Functors::operator()...;
22typename std::add_const<T>::type
qxAsConst(T& t) {
return qAsConst(t); }
void qxDelete(T *&pointer)
Definition qx-helpers.h:25
const T qxAsConst(T &&t)
Definition qx-helpers.h:19
Definition qx-helpers.h:13