LeechCraft 0.6.70-16373-g319c272718
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
 
R await_resume () const noexcept
 

Public Attributes

Either< L, RResult_
 

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 LC::Util::Filter(), LC::Util::IgnoreLeft< L, R >::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 LC::Util::IgnoreLeft< L, R >::await_resume().


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