LeechCraft  0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
std::coroutine_traits< LC::Util::Either< L, R >, Args... >::State Struct Reference

#include "eithercoro.h"

Public Attributes

std::optional< EitherTypeRet_ {}
 
std::exception_ptr Exc_ {}
 

Detailed Description

template<typename L, typename R, typename... Args>
struct std::coroutine_traits< LC::Util::Either< L, R >, Args... >::State

Definition at line 25 of file eithercoro.h.

Member Data Documentation

◆ Exc_

template<typename L , typename R , typename... Args>
std::exception_ptr std::coroutine_traits< LC::Util::Either< L, R >, Args... >::State::Exc_ {}

Definition at line 28 of file eithercoro.h.

◆ Ret_

template<typename L , typename R , typename... Args>
std::optional<EitherType> std::coroutine_traits< LC::Util::Either< L, R >, Args... >::State::Ret_ {}

Definition at line 27 of file eithercoro.h.


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