pwn++  0.1.4
A (toy) Windows & Linux pwn library to play with modern C++.
Err Struct Reference

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}
 

Detailed Description

Templated return value for failure cases.


The documentation for this struct was generated from the following file: