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

#include "eithercoro.h"

Classes

struct  promise_type
 
struct  State
 
struct  Wrapper
 

Public Types

using EitherType = LC::Util::Either< L, R >
 

Detailed Description

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

Definition at line 21 of file eithercoro.h.

Member Typedef Documentation

◆ EitherType

template<typename L , typename R , typename... Args>
using std::coroutine_traits< LC::Util::Either< L, R >, Args... >::EitherType = LC::Util::Either<L, R>

Definition at line 23 of file eithercoro.h.


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