![]() |
pwn++
0.1.4
A (toy) Windows & Linux pwn library to play with modern C++.
|
Templated return value for failure cases. More...
#include <Error.hpp>
Public Member Functions | |
| bool | operator== (const Err &rhs) const |
| bool | operator== (ErrorCode Code) const |
Public Attributes | |
| ErrorCode | Code {ErrorCode::UnknownError} |
| uint32_t | LastError {0} |
Templated return value for failure cases.