GRPC C++  1.39.1
Data Structures | Namespaces | Typedefs
memory.h File Reference
#include <grpc/support/port_platform.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <limits>
#include <memory>
#include <utility>
#include "absl/memory/memory.h"

Go to the source code of this file.

Data Structures

class  grpc_core::DefaultDeleteChar
 

Namespaces

 grpc_core
 Round Robin Policy.
 

Typedefs

template<typename T >
using grpc_core::UniquePtr = std::unique_ptr< T, DefaultDeleteChar >