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