Skip to content

IntegerOps::signBit2

Synopsis

Declared in <src/Rose/StringUtility/IntegerOps.h>

template<typename T>
bool
signBit2(
    T value,
    size_t width = 8 * sizeof(T));

Created with MrDocs