![]() |
LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
|
#include "either.h"
Public Member Functions | |
bool | await_ready () const noexcept |
void | await_suspend (auto) const noexcept |
R | await_resume () const noexcept |
Public Attributes | |
Either< L, R > | Result_ |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 30 of file either.h.
References LC::Util::IgnoreLeft< L, R >::Result_, and LC::Util::RightOr().
|
inlinenoexcept |
Either<L, R> LC::Util::IgnoreLeft< L, R >::Result_ |
Definition at line 19 of file either.h.
Referenced by LC::Util::IgnoreLeft< L, R >::await_resume().