LeviLamina
Loading...
Searching...
No Matches
Result.h
1
#pragma once
2
3
#include "ll/api/Expected.h"
4
#include "mc/_HeaderOutputPredefine.h"
5
#include "mc/platform/ErrorInfo.h"
6
7
namespace
Bedrock {
8
template
<
typename
T,
typename
Err>
9
class
Result
:
public
nonstd::expected<T, ErrorInfo<Err>> {
10
public
:
11
using
Base = nonstd::expected<T, ErrorInfo<Err>>;
12
using
Base::Base;
13
};
14
};
// namespace Bedrock
Bedrock::Result
Definition
Result.h:9
src
mc
platform
Result.h
Generated on Sat Apr 26 2025 05:55:25 for LeviLamina by
1.12.0