Returns true if the Result is Ok
Class ResultData<void, void>
#include <Result.hpp>
classResultData{ ... }
No description provided
Examples0
Public static methods0
Public member functions7
boolisOk()const
true if the Result is Ok
boolisErr()const
Returns true if the Result is Err
true if the Result is Err
voidunwrap()
Unwraps the Result
voidunwrapErr()
Unwraps the Err value from the Result
the Err value
geode::Result<void,void>asRef()
Returns a Result with references to the underlying values
a Result with references to the underlying values
geode::Result<void,void>asConst()const
Returns a Result with const references to the underlying values
a Result with const references to the underlying values
geode::Result<void,void>copied()const
Returns a Result with a copied Ok value
a Result with a copied Ok value
Fields0
Protected member functions3
voidResultData()
No description provided
geode::impl::OkContainer<void>asOk()const
No description provided
geode::impl::ErrContainer<void>asErr()const
No description provided
Protected fields1
;
No description provided