My Project
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 {
38 }
39 
40 #endif
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