FreeBSD Manual Pages
std::error_...ror_category(3) C++ Standard Libarystd::error_...ror_category(3) NAME std::error_category::error_category - std::error_category::error_cate- gory Synopsis constexpr error_category() noexcept; (1) (since C++11) error_category( const error_category& ) = delete; (2) (since C++11) 1) Constructs the error category object. 2) Copy constructor is deleted. error_category is neither MoveCon- structible nor CopyConstructible. Parameters (none) Defect reports The following behavior-changing defect reports were applied retroac- tively to previously published C++ standards. DR Applied to Behavior as published Correct behavior LWG 2145 C++11 error_category was not constructible default constructor added http://cppreference.com 2022.07.31 std::error_...ror_category(3)
NAME | Synopsis | Parameters
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::error_category::error_category&sektion=3&manpath=FreeBSD+Ports+15.0>
