proxygen
fizz::detail::Writer< KeyShareEntry > Struct Template Reference

#include <Extensions-inl.h>

Public Member Functions

template<class T >
void write (const KeyShareEntry &share, folly::io::Appender &out)
 

Detailed Description

template<>
struct fizz::detail::Writer< KeyShareEntry >

Definition at line 387 of file Extensions-inl.h.

Member Function Documentation

template<class T >
void fizz::detail::Writer< KeyShareEntry >::write ( const KeyShareEntry share,
folly::io::Appender out 
)
inline

Definition at line 389 of file Extensions-inl.h.

References fizz::KeyShareEntry::group, fizz::KeyShareEntry::key_exchange, and fizz::detail::write().

389  {
390  detail::write(share.group, out);
391  detail::writeBuf<uint16_t>(share.key_exchange, out);
392  }
void write(const T &in, folly::io::Appender &appender)
Definition: Types-inl.h:112
PUSHMI_INLINE_VAR constexpr detail::share_fn< TN... > share
Definition: share.h:53

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