Returns true if the Result is Ok
Class ResultData<void, void>
#include <Result.hpp>classResultData{ ... }
No description provided
Examples0
Public static methods0
Public member functions9
noahh::impl::OkContainer<void>asOk()const
No description provided
noahh::impl::ErrContainer<void>asErr()const
No description provided
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
noahh::Result<void,void>asRef()
Returns a Result with references to the underlying values
a Result with references to the underlying values
noahh::Result<void,void>asConst()const
Returns a Result with const references to the underlying values
a Result with const references to the underlying values
noahh::Result<void,void>copied()const
Returns a Result with a copied Ok value
a Result with a copied Ok value
Fields0
Protected member functions1
voidResultData()
No description provided
Protected fields1
;
No description provided