Public Types | Static Public Member Functions | List of all members
grpc_core::promise_detail::SeqTraits< T > Struct Template Reference

#include <seq.h>

Public Types

using UnwrappedType = T
 
using WrappedType = T
 

Static Public Member Functions

template<typename Next >
static auto CallFactory (Next *next, T &&value) -> decltype(next->Once(std::forward< T >(value)))
 
template<typename F , typename Elem >
static auto CallSeqFactory (F &f, Elem &&elem, T &&value) -> decltype(f(std::forward< Elem >(elem), std::forward< T >(value)))
 
template<typename Result , typename PriorResult , typename RunNext >
static Poll< Result > CheckResultAndRunNext (PriorResult prior, RunNext run_next)
 

Detailed Description

template<typename T>
struct grpc_core::promise_detail::SeqTraits< T >

Definition at line 30 of file seq.h.

Member Typedef Documentation

◆ UnwrappedType

template<typename T >
using grpc_core::promise_detail::SeqTraits< T >::UnwrappedType = T

Definition at line 31 of file seq.h.

◆ WrappedType

template<typename T >
using grpc_core::promise_detail::SeqTraits< T >::WrappedType = T

Definition at line 32 of file seq.h.

Member Function Documentation

◆ CallFactory()

template<typename T >
template<typename Next >
static auto grpc_core::promise_detail::SeqTraits< T >::CallFactory ( Next *  next,
T &&  value 
) -> decltype(next->Once(std::forward<T>(value)))
inlinestatic

Definition at line 34 of file seq.h.

◆ CallSeqFactory()

template<typename T >
template<typename F , typename Elem >
static auto grpc_core::promise_detail::SeqTraits< T >::CallSeqFactory ( F &  f,
Elem &&  elem,
T &&  value 
) -> decltype(f(std::forward<Elem>(elem), std::forward<T>(value)))
inlinestatic

Definition at line 39 of file seq.h.

◆ CheckResultAndRunNext()

template<typename T >
template<typename Result , typename PriorResult , typename RunNext >
static Poll<Result> grpc_core::promise_detail::SeqTraits< T >::CheckResultAndRunNext ( PriorResult  prior,
RunNext  run_next 
)
inlinestatic

Definition at line 44 of file seq.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:39