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

Returns true if the Result is Ok

Return value
true if the Result is Ok
boolisErr()const

Returns true if the Result is Err

Return value
true if the Result is Err
voidunwrap()

Unwraps the Result

voidunwrapErr()

Unwraps the Err value from the Result

Return value
the Err value
noahh::Result<void,void>asRef()

Returns a Result with references to the underlying values

Return value
a Result with references to the underlying values
noahh::Result<void,void>asConst()const

Returns a Result with const references to the underlying values

Return value
a Result with const references to the underlying values
noahh::Result<void,void>copied()const

Returns a Result with a copied Ok value

Return value
a Result with a copied Ok value
Fields0
Protected member functions1
voidResultData()
No description provided
Protected fields1
;
No description provided
Derived classes1