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

#include <Extensions-inl.h>

Public Member Functions

template<class T >
size_t getSize (const PskBinder &binder)
 

Detailed Description

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

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

Member Function Documentation

template<class T >
size_t fizz::detail::Sizer< PskBinder >::getSize ( const PskBinder binder)
inline

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

References fizz::PskBinder::binder.

450  {
451  return getBufSize<uint8_t>(binder.binder);
452  }

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