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

#include <Types-inl.h>

Public Member Functions

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

Detailed Description

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

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

Member Function Documentation

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

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

References folly::io::detail::Writable< Derived >::push().

173  {
174  out.push(random.data(), random.size());
175  }
void push(const uint8_t *buf, size_t len)
Definition: Cursor.h:755

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