My Project
Typedefs
char_type.hpp File Reference

Go to the source code of this file.

Typedefs

using bsl::char_type = char
 Standard Char Type. More...
 

Detailed Description

Typedef Documentation

◆ char_type

using bsl::char_type = typedef char

Standard Char Type.

SUPPRESSION: PRQA 2428 - false positive

  • We suppress this because A3-9-1 is referring to integer types, not c-style strings. Within the BSL, the char_type is used to define a character in a C-style string, not as an integer type. Char for strings is allowed.