My Project
cstr_type.hpp
Go to the documentation of this file.
1 
28 #ifndef BSL_CSTR_TYPE_HPP
29 #define BSL_CSTR_TYPE_HPP
30 
31 namespace bsl
32 {
39  using cstr_type = char const *; // PRQA S 2428
40 }
41 
42 #endif
char const * cstr_type
C-style string type.
Definition: cstr_type.hpp:39