Searched defs:allocCommand (Results 1 – 1 of 1) sorted by relevance
123 std::enable_if_t<std::is_empty<T>::value, T*> allocCommand() { in allocCommand() function129 std::enable_if_t<!std::is_empty<T>::value, T*> allocCommand() { return this->alloc<T>(); } in allocCommand() function