MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / hasFlag

Function hasFlag

include/thundersvm/util/log.h:944–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

942 }
943 template <typename Enum>
944 static inline bool hasFlag(Enum e, base::type::EnumType flag) {
945 return base::utils::bitwise::And<Enum>(e, flag) > 0x0;
946 }
947 } // namespace utils
948 namespace threading {
949#if ELPP_THREADING_ENABLED

Callers 8

parseFromFormatMethod · 0.85
updateDateFormatMethod · 0.85
updateFormatSpecMethod · 0.85
setModulesMethod · 0.85
allowedMethod · 0.85
hasFlagMethod · 0.85
vModulesEnabledMethod · 0.85
hasFlagMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected