| 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 |
no outgoing calls
no test coverage detected