#include <grpc/support/port_platform.h>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "src/core/lib/gprpp/debug_location.h"
Go to the source code of this file.
Classes | |
class | grpc_core::RefCountedPtr< T > |
class | grpc_core::WeakRefCountedPtr< T > |
Namespaces | |
grpc_core | |
Functions | |
template<typename T , typename... Args> | |
RefCountedPtr< T > | grpc_core::MakeRefCounted (Args &&... args) |
template<typename T > | |
bool | grpc_core::operator< (const RefCountedPtr< T > &p1, const RefCountedPtr< T > &p2) |
template<typename T > | |
bool | grpc_core::operator< (const WeakRefCountedPtr< T > &p1, const WeakRefCountedPtr< T > &p2) |