proxygen
fizz::detail::Sizer< PskIdentity > Struct Template Reference

#include <Extensions-inl.h>

Public Member Functions

template<class T >
size_t getSize (const PskIdentity &ident)
 

Detailed Description

template<>
struct fizz::detail::Sizer< PskIdentity >

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

Member Function Documentation

template<class T >
size_t fizz::detail::Sizer< PskIdentity >::getSize ( const PskIdentity ident)
inline

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

References fizz::PskIdentity::psk_identity, and uint32_t.

426  {
427  return getBufSize<uint16_t>(ident.psk_identity) + sizeof(uint32_t);
428  }

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