Function ecl::is_char_signed

Function Documentation

inline bool ecl::is_char_signed()

Determines if your platform char type is signed or otherwise.

This is a useful runtime check, if you need a compile time check, ecl’s cmake probling sets a macro in ecl/config/ecl.hpp.

Returns:

bool : true if signed, false otherwise.