std::iscntrl(std::locale)

std::iscntrl(std::locale)

Defined in header <locale>
template< class charT >
bool iscntrl( charT ch, const locale& loc );

Checks if the given character is classified as a control character by the given locale's std::ctype facet.

Parameters

ch - character
loc - locale

Return value

Returns