Template Function IntegerOps::bitmask_subset# Defined in File IntegerOps.h Function Documentation# template<typename T>inline bool IntegerOps::bitmask_subset(T m1, T m2)# Determines if one bitmask is a subset of another. Returns true if the bits set in the first argument form a subset of the bits set in the second argument.