proxygen
folly::pushmi::detail::set_error_fn Struct Reference

#include <extension_operators.h>

Classes

struct  impl
 

Public Member Functions

requires SemiMovable< E > auto operator() (E e) const
 

Detailed Description

Definition at line 267 of file extension_operators.h.

Member Function Documentation

requires SemiMovable<E> auto folly::pushmi::detail::set_error_fn::operator() ( E  e) const
inline

Definition at line 282 of file extension_operators.h.

References folly::gen::move.

282  {
283  return impl<E>{std::move(e)};
284  }
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567

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