winapi_common
|
Make std::system_error
work with GetLastError()
.
More...
Go to the source code of this file.
Classes | |
class | winapi::error::CategoryWindows |
Functions | |
const CategoryWindows & | winapi::error::category_windows () |
std::system_error | winapi::error::windows (DWORD code, const char *function) |
template<typename Ret > | |
std::runtime_error | winapi::error::custom (Ret ret, const char *function) |
Make std::system_error
work with GetLastError()
.
Definition in file error.hpp.