GRPC C++  1.83.0
Static Public Member Functions
grpc::internal::SessionContextType< T > Struct Template Reference

#include <server_context.h>

Static Public Member Functions

static uint16_t id ()
 
static void * Wrap (std::shared_ptr< T > context)
 
static std::shared_ptr< T > Unwrap (void *ptr)
 

Member Function Documentation

◆ id()

template<typename T >
static uint16_t grpc::internal::SessionContextType< T >::id ( )
inlinestatic

◆ Unwrap()

template<typename T >
static std::shared_ptr<T> grpc::internal::SessionContextType< T >::Unwrap ( void *  ptr)
inlinestatic

◆ Wrap()

template<typename T >
static void* grpc::internal::SessionContextType< T >::Wrap ( std::shared_ptr< T >  context)
inlinestatic

The documentation for this struct was generated from the following file: