GRPC C++  1.26.0
Data Structures | Namespaces | Functions
ref_counted_ptr.h File Reference
#include <grpc/support/port_platform.h>
#include <type_traits>
#include <utility>
#include "src/core/lib/gprpp/debug_location.h"
#include "src/core/lib/gprpp/memory.h"

Go to the source code of this file.

Data Structures

class  grpc_core::RefCountedPtr< T >
 

Namespaces

 grpc_core
 Internal thread interface.
 

Functions

template<typename T , typename... Args>
RefCountedPtr< T > grpc_core::MakeRefCounted (Args &&... args)