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