proxygen
fizz::detail::Reader< Random > Struct Template Reference

#include <Types-inl.h>

Public Member Functions

template<class T >
size_t read (Random &out, folly::io::Cursor &cursor)
 

Detailed Description

template<>
struct fizz::detail::Reader< Random >

Definition at line 308 of file Types-inl.h.

Member Function Documentation

template<class T >
size_t fizz::detail::Reader< Random >::read ( Random out,
folly::io::Cursor cursor 
)
inline

Definition at line 310 of file Types-inl.h.

References folly::io::detail::CursorBase< Derived, BufType >::pull().

310  {
311  cursor.pull(out.data(), out.size());
312  return out.size();
313  }
void pull(void *buf, size_t len)
Definition: Cursor.h:418

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