LeechCraft 0.6.70-17335-ge406ffdcaf
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::Util::IgnoreLeft< L, R > Struct Template Reference

#include "either.h"

Public Member Functions

bool await_ready () const noexcept
 
void await_suspend (auto) const noexcept
 
await_resume () const noexcept
 

Public Attributes

Either< L, R > Result_
 

Detailed Description

template<typename L, std::default_initializable R>
struct LC::Util::IgnoreLeft< L, R >

Definition at line 17 of file either.h.

Member Function Documentation

◆ await_ready()

template<typename L, std::default_initializable R>
bool LC::Util::IgnoreLeft< L, R >::await_ready ( ) const
inlinenoexcept

Definition at line 21 of file either.h.

◆ await_resume()

template<typename L, std::default_initializable R>
R LC::Util::IgnoreLeft< L, R >::await_resume ( ) const
inlinenoexcept

Definition at line 30 of file either.h.

References Result_, and LC::Util::RightOr().

+ Here is the call graph for this function:

◆ await_suspend()

template<typename L, std::default_initializable R>
void LC::Util::IgnoreLeft< L, R >::await_suspend ( auto ) const
inlinenoexcept

Definition at line 26 of file either.h.

Member Data Documentation

◆ Result_

template<typename L, std::default_initializable R>
Either<L, R> LC::Util::IgnoreLeft< L, R >::Result_

Definition at line 19 of file either.h.

Referenced by await_resume().


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