19 #include <sys/types.h> 47 template <
typename IPAddrType>
50 if (bitIndex >= ip.bitCount()) {
54 return (ip.getNthMSByte(bitIndex / 8) & (0x80 >> (bitIndex % 8))) != 0;
bool getNthMSBitImpl(const IPAddrType &ip, size_t bitIndex, sa_family_t family)
—— Concurrent Priority Queue Implementation ——
void getNthMSBitImplThrow(size_t bitCount, sa_family_t family)
std::string familyNameStrDefault(sa_family_t family)
std::string familyNameStr(sa_family_t family)