Determines whether the given character is printable, including spaces.

Synopsis

Declared in <absl/strings/ascii.h>

constexpr
bool
ascii_isprint(unsigned char c);

Return Value

true if c is printable, false otherwise.

Parameters

Name

Description

c

The character to test.

Created with MrDocs