Sleeping Wombat GUI
0.100
swGUI
|
#include <string>
Go to the source code of this file.
Classes | |
struct | Nullable< ResultType > |
Returns value or error. More... | |
Macros | |
#define | ReturnIfInvalid(nullable) if( !nullable.IsValid ) return std::move( nullable.ErrorString ); |
Enumerations | |
enum | NullableInit { NullableInit::Valid } |
#define ReturnIfInvalid | ( | nullable | ) | if( !nullable.IsValid ) return std::move( nullable.ErrorString ); |
|
strong |