Template Function Rose::BitOps::msb

Template Function Rose::BitOps::msb#

Function Documentation#

template<typename Unsigned>
inline bool Rose::BitOps::msb(Unsigned src)#

Most significant bit.

Returns the most significant bit. This is the sign bit for two’s complement values.