proxygen
folly::detail::ReturnUnit< Error > Struct Template Reference

#include <Conv.h>

Public Member Functions

template<class T >
constexpr Expected< Unit, Error > operator() (T &&) const
 

Detailed Description

template<class Error>
struct folly::detail::ReturnUnit< Error >

Definition at line 1434 of file Conv.h.

Member Function Documentation

template<class Error >
template<class T >
constexpr Expected<Unit, Error> folly::detail::ReturnUnit< Error >::operator() ( T &&  ) const
inline

Definition at line 1436 of file Conv.h.

References type, folly::unit, and folly::value().

1436  {
1437  return unit;
1438  }
constexpr Unit unit
Definition: Unit.h:45

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