proxygen
folly::coro::detail::_is_valid_await_suspend_return_type< T > Struct Template Reference

#include <Traits.h>

Inheritance diagram for folly::coro::detail::_is_valid_await_suspend_return_type< T >:
folly::Disjunction< std::is_void< T >, std::is_same< bool, T >, _is_coroutine_handle< T > >

Detailed Description

template<typename T>
struct folly::coro::detail::_is_valid_await_suspend_return_type< T >

Definition at line 36 of file Traits.h.


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