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

Function Or

include/thundersvm/util/log.h:931–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929 }
930 template <typename Enum>
931 static inline base::type::EnumType Or(Enum e, base::type::EnumType flag) {
932 return static_cast<base::type::EnumType>(flag) | static_cast<base::type::EnumType>(e);
933 }
934 } // namespace bitwise
935 template <typename Enum>
936 static inline void addFlag(Enum e, base::type::EnumType* flag) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected