摘要: e.g. template <class Type, typename ...Args> Type *allocate(Args &&...args) { void *mem = this->get_available_mem(sizeof(Type)); Type *new_ptr = reint 阅读全文
posted @ 2021-01-31 21:26 linsinan1995 阅读(57) 评论(0) 推荐(0)