My Project
include
bsl
errc_type.hpp
Go to the documentation of this file.
1
28
#ifndef BSL_ERRC_TYPE_HPP
29
#define BSL_ERRC_TYPE_HPP
30
31
#include "
basic_errc_type.hpp
"
32
33
namespace
bsl
34
{
37
using
errc_type
=
basic_errc_type<>
;
38
}
39
40
#endif
bsl::basic_errc_type
Defines an error code. We do not use the same pattern as the standard library. The goal is to ensure ...
Definition:
basic_errc_type.hpp:55
basic_errc_type.hpp
Generated by
1.8.15