proxygen
Main Page
Related Pages
Namespaces
Classes
Files
Examples
Namespace List
Namespace Members
Classes
|
Functions
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
)
inline
noexcept
Definition at line
568
of file
Expected.h
.
References
folly::pushmi::detail::t
, and
folly::T
.
568
{
569
return
static_cast<
T
&&
>
(
t
);
570
}
T
#define T(v)
Definition:
http_parser.c:233
folly::pushmi::detail::t
requires Tuple && t
Definition:
extension_operators.h:48
folly
expected_detail
expected_detail_ExpectedHelper
Generated by
1.8.11