|
libeditwl
Lightweight C++ library for Nintendo DS(i) formats
|
Public Types | |
| using | BaseType = u16 |
Public Member Functions | |
| constexpr | Result (const BaseType val) |
| constexpr bool | IsSuccess () const |
| constexpr bool | IsFailure () const |
| std::string | GetDescription () const |
Public Attributes | |
| BaseType | value |
Static Public Attributes | |
| static constexpr BaseType | SuccessValue = BaseType() |