Comma operator that lets Expected::then handle lambdas returning void.
Declared in <folly/Expected.h>
template<class T>
T&&
operator,(
T&& t,
Unit unit) noexcept;
t forwarded unchanged.
| Name | Description |
|---|---|
| t | The value produced by the continuation. |
| unit | The Unit tag distinguishing this overload. |