#include <grpc/support/port_platform.h>#include <memory>#include <type_traits>#include <grpc/support/alloc.h>
Go to the source code of this file.
Classes | |
| class | grpc_core::DefaultDeleteChar |
Namespaces | |
| grpc_core | |
Typedefs | |
| template<typename T > | |
| using | grpc_core::UniquePtr = std::unique_ptr< T, DefaultDeleteChar > |
Functions | |
| template<class T > | |
| T * | grpc_core::Zalloc () |