proxygen
wangle::ContextType< Handler > Struct Template Reference

#include <HandlerContext-inl.h>

Public Types

typedef std::conditional< Handler::dir==HandlerDir::BOTH, ContextImpl< Handler >, typename std::conditional< Handler::dir==HandlerDir::IN, InboundContextImpl< Handler >, OutboundContextImpl< Handler > >::type >::type type
 

Detailed Description

template<class Handler>
struct wangle::ContextType< Handler >

Definition at line 510 of file HandlerContext-inl.h.

Member Typedef Documentation

template<class Handler>
typedef std::conditional< Handler::dir == HandlerDir::BOTH, ContextImpl<Handler>, typename std::conditional< Handler::dir == HandlerDir::IN, InboundContextImpl<Handler>, OutboundContextImpl<Handler> >::type>::type wangle::ContextType< Handler >::type

Definition at line 519 of file HandlerContext-inl.h.


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