xtd 0.2.0
Loading...
Searching...
No Matches
make_error_code.h
Go to the documentation of this file.
1
4#pragma once
5#include <system_error>
6
8namespace xtd {
17 std::error_code make_error_code(int h_result) noexcept;
18}
Contains the HRESULT values used by xtd.
Definition h_result.h:94
std::error_code make_error_code(int h_result) noexcept
Creates error code value for xtd::h_result h_result.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10