True when a coroutine over Value behaves as if it returns void.

Synopsis

Declared in <folly/Expected.h>

template<typename Value>
inline constexpr bool ReturnsVoid = std::is_trivial_v<Value> && std::is_empty_v<Value>;

Created with MrDocs