proxygen
folly::pushmi::passDEF Struct Reference

#include <boosters.h>

Public Member Functions

requires ReceiveError< Data, E > void operator() (Data &out, E e) const noexcept
 

Detailed Description

Definition at line 126 of file boosters.h.

Member Function Documentation

requires ReceiveError<Data, E> void folly::pushmi::passDEF::operator() ( Data out,
E  e 
) const
inlinenoexcept

Definition at line 129 of file boosters.h.

References folly::pushmi::set_error.

129  {
130  set_error(out, e);
131  }
PUSHMI_INLINE_VAR constexpr __adl::set_error_fn set_error

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