proxygen
folly::detail::PipelineStageInfo< T > Struct Template Reference

#include <MPMCPipelineDetail.h>

Public Types

typedef T value_type
 

Static Public Attributes

static constexpr size_t kAmplification = 1
 

Detailed Description

template<class T>
struct folly::detail::PipelineStageInfo< T >

Helper template to determine value type and amplification whether or not we use MPMCPipelineStage<>

Definition at line 40 of file MPMCPipelineDetail.h.

Member Typedef Documentation

template<class T>
typedef T folly::detail::PipelineStageInfo< T >::value_type

Definition at line 42 of file MPMCPipelineDetail.h.

Member Data Documentation

template<class T>
constexpr size_t folly::detail::PipelineStageInfo< T >::kAmplification = 1
static

Definition at line 41 of file MPMCPipelineDetail.h.


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