proxygen
folly::expected_detail::expected_detail_ExpectedHelper Namespace Reference

Classes

struct  ExpectedHelper
 

Functions

template<class T >
T && operator, (T &&t, Unit) noexcept
 

Function Documentation

template<class T >
T&& folly::expected_detail::expected_detail_ExpectedHelper::operator, ( T &&  t,
Unit   
)
inlinenoexcept

Definition at line 568 of file Expected.h.

References folly::pushmi::detail::t, and folly::T.

568  {
569  return static_cast<T&&>(t);
570 }
#define T(v)
Definition: http_parser.c:233