Namespace std
Class List > std
Namespaces
Classes
Public Types
Public Functions
Public Types Documentation
typedef coroutine_traits
using std::coroutine_traits = typedef std::experimental::coroutine_traits<_Ret, _Param...>;
typedef noop_coroutine_handle
using std::noop_coroutine_handle = typedef coroutine_handle<noop_coroutine_promise>;
Public Functions Documentation
function noop_coroutine
inline noop_coroutine_handle std::noop_coroutine () noexcept
function operator!=
constexpr bool std::operator!= (
const coroutine_handle < void > _Left,
const coroutine_handle < void > _Right
) noexcept
Todo
apply standard spaceship operator
constexpr strong_ordering operator<=>(coroutine_handle<> x, coroutine_handle<> y) noexcept;
function operator<
constexpr bool std::operator< (
const coroutine_handle < void > _Left,
const coroutine_handle < void > _Right
) noexcept
function operator<=
constexpr bool std::operator<= (
const coroutine_handle < void > _Left,
const coroutine_handle < void > _Right
) noexcept
function operator==
constexpr bool std::operator== (
const coroutine_handle < void > _Left,
const coroutine_handle < void > _Right
) noexcept
function operator>
constexpr bool std::operator> (
const coroutine_handle < void > _Left,
const coroutine_handle < void > _Right
) noexcept
function operator>=
constexpr bool std::operator>= (
const coroutine_handle < void > _Left,
const coroutine_handle < void > _Right
) noexcept
The documentation for this class was generated from the following file interface/coroutine/frame.h