My Project
char_type.hpp
Go to the documentation of this file.
1 
28 #ifndef BSL_CHAR_TYPE_HPP
29 #define BSL_CHAR_TYPE_HPP
30 
31 namespace bsl
32 {
41  using char_type = char; // PRQA S 2428
42 }
43 
44 #endif
char char_type
Standard Char Type.
Definition: char_type.hpp:41