GRPC C++  1.62.0
Static Public Member Functions
grpc_event_engine::experimental::slice_detail::CopyConstructors< Out > Struct Template Reference

#include <slice.h>

Static Public Member Functions

static Out FromCopiedString (const char *s)
 
static Out FromCopiedString (absl::string_view s)
 
static Out FromCopiedString (std::string s)
 
static Out FromCopiedBuffer (const char *p, size_t len)
 
static Out FromCopiedBuffer (const uint8_t *p, size_t len)
 
template<typename Buffer >
static Out FromCopiedBuffer (const Buffer &buffer)
 

Member Function Documentation

◆ FromCopiedBuffer() [1/3]

template<typename Out >
template<typename Buffer >
static Out grpc_event_engine::experimental::slice_detail::CopyConstructors< Out >::FromCopiedBuffer ( const Buffer &  buffer)
inlinestatic

◆ FromCopiedBuffer() [2/3]

template<typename Out >
static Out grpc_event_engine::experimental::slice_detail::CopyConstructors< Out >::FromCopiedBuffer ( const char *  p,
size_t  len 
)
inlinestatic

◆ FromCopiedBuffer() [3/3]

template<typename Out >
static Out grpc_event_engine::experimental::slice_detail::CopyConstructors< Out >::FromCopiedBuffer ( const uint8_t *  p,
size_t  len 
)
inlinestatic

◆ FromCopiedString() [1/3]

template<typename Out >
static Out grpc_event_engine::experimental::slice_detail::CopyConstructors< Out >::FromCopiedString ( absl::string_view  s)
inlinestatic

◆ FromCopiedString() [2/3]

template<typename Out >
static Out grpc_event_engine::experimental::slice_detail::CopyConstructors< Out >::FromCopiedString ( const char *  s)
inlinestatic

◆ FromCopiedString() [3/3]

template<typename Out >
static Out grpc_event_engine::experimental::slice_detail::CopyConstructors< Out >::FromCopiedString ( std::string  s)
static

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