Class ResultData<void, void>

#include <Result.hpp>
classResultData{ ... }
No description provided
Examples0
Public static methods0
Public member functions7
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
geode::Result<void,void>asRef()

Returns a Result with references to the underlying values

Return value
a Result with references to the underlying values
geode::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
geode::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 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