Template Function Rose::BitOps::msbLsb

Template Function Rose::BitOps::msbLsb#

Function Documentation#

template<typename Unsigned>
inline bool Rose::BitOps::msbLsb(Unsigned src, size_t w)#

Most significant bit within lsb region.

Returns the value of the most significant bit within the region of w low-order bits. If w is zero then returns false.