27 explicit operator bool()
const 29 return this->success_;
34 return !this->success_;
39 return this->success_ == other.success_;
const SuccessTag Success
Definition: Outcome.hpp:11
bool operator!=(const Outcome &other) const
Definition: Outcome.hpp:42
bool operator!() const
Definition: Outcome.hpp:32
Outcome(SuccessTag)
Definition: Outcome.hpp:17
Definition: Application.cpp:48
Definition: Outcome.hpp:8
const FailureTag Failure
Definition: Outcome.hpp:12
Outcome(FailureTag)
Definition: Outcome.hpp:22
bool operator==(const Emote &a, const Emote &b)
Definition: Emote.cpp:7
Definition: Outcome.hpp:5
bool operator==(const Outcome &other) const
Definition: Outcome.hpp:37
Definition: Outcome.hpp:14