proxygen
|
#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 |
Definition at line 510 of file HandlerContext-inl.h.
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.