GRPC C++
1.26.0
|
#include <grpc/support/port_platform.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <limits>
#include <memory>
#include <utility>
Go to the source code of this file.
Data Structures | |
class | grpc_core::DefaultDeleteChar |
Namespaces | |
grpc_core | |
Internal thread interface. | |
Typedefs | |
template<typename T > | |
using | grpc_core::UniquePtr = std::unique_ptr< T, DefaultDeleteChar > |
Functions | |
template<typename T , typename... Args> | |
std::unique_ptr< T > | grpc_core::MakeUnique (Args &&... args) |