My Project
Typedefs
cstr_type.hpp File Reference

Go to the source code of this file.

Typedefs

using bsl::cstr_type = char const *
 C-style string type. More...
 

Detailed Description

Typedef Documentation

◆ cstr_type

using bsl::cstr_type = typedef char const *

C-style string type.

SUPPRESSION: PRQA 2428 - false positive

  • We suppress this because A3-9-1 is referring to integer types, not c-style strings.