Geode Docs
Tutorials
Classes
Class
ResultDataWrapper<OkType, ErrType>
#include
<Result.hpp>
template
<class OkType
,
class ErrType>
class
ResultDataWrapper
:
public
geode
::
impl
::
ResultData
<
OkType
,
ErrType
>
{ ... }
No description provided
Examples
0
Public static methods
0
Public member functions
2
template
<class OkType2>
void
ResultDataWrapper<OkType, ErrType>
(
geode
::
impl
::
OkContainer
<
OkType2
>&&
ok
)
No description provided
template
<class ErrType2>
void
ResultDataWrapper<OkType, ErrType>
(
geode
::
impl
::
ErrContainer
<
ErrType2
>&&
err
)
No description provided
Fields
0
Protected member functions
0
Protected fields
0
Derived classes
1
class
Result
{ ... }