Skip to content
Amethyst documentation
AmethystAPI
Examples
Getting Started
Reverse Engineering
Toggle navigation menu
⌘
K
Amethyst documentation
/
AmethystAPI
/
File list
/
File Result.hpp
File Result.hpp
¶
Variables
constexpr
success_t
success
=
{
}
¶
struct
success_t
¶
namespace
Bedrock
template
<
typename
T
,
typename
Err
=
std
::
error_code
>
class
Result
:
public
nonstd
::
expected_lite
::
expected
<
T
,
ErrorInfo
<
std
::
error_code
>
>
¶
Private Types
using
Base
=
nonstd
::
expected_lite
::
expected
<
T
,
ErrorInfo
<
Err
>
>
¶
template
<
typename
Err
>
class
Result
<
void
,
Err
>
:
public
nonstd
::
expected_lite
::
expected
<
success_t
,
ErrorInfo
<
Err
>
>
¶
Private Types
using
Base
=
nonstd
::
expected_lite
::
expected
<
success_t
,
ErrorInfo
<
Err
>
>
¶