[ Web Proxy ]
URL:
Viewing: http://ja.cppreference.com/cpp/error/error_code/make_error_code [Back]  [Original]

std::make_error_code(std::errc) - cppreference.com
cppreference.com

std::make_error_code(std::errc)

: cppreference.com
 
C++
(C++20)
(C++20)
(C++17)
(C++11)
(C++11)
(C++11)
 
 
 
 
<tbody> </tbody>
std::error_code make_error_code( std::errc e ) noexcept;
(C++11)

errc e

std::error_code(static_cast<int>(e), std::generic_category())

e -

e


Web Proxy Viewer  |  New URL  |  Original Page