|
template<typename EnumType , typename std::enable_if< MaskTraits< EnumType >::kIsMask, bool >::type = true> |
constexpr Mask< EnumType > | impeller::operator| (const EnumType &lhs, const EnumType &rhs) |
|
template<typename EnumType , typename std::enable_if< MaskTraits< EnumType >::kIsMask, bool >::type = true> |
constexpr Mask< EnumType > | impeller::operator& (const EnumType &lhs, const EnumType &rhs) |
|
template<typename EnumType , typename std::enable_if< MaskTraits< EnumType >::kIsMask, bool >::type = true> |
constexpr Mask< EnumType > | impeller::operator^ (const EnumType &lhs, const EnumType &rhs) |
|
template<typename EnumType , typename std::enable_if< MaskTraits< EnumType >::kIsMask, bool >::type = true> |
constexpr Mask< EnumType > | impeller::operator~ (const EnumType &other) |
|
template<typename EnumType , typename std::enable_if< MaskTraits< EnumType >::kIsMask, bool >::type = true> |
constexpr Mask< EnumType > | impeller::operator| (const EnumType &lhs, const Mask< EnumType > &rhs) |
|
template<typename EnumType , typename std::enable_if< MaskTraits< EnumType >::kIsMask, bool >::type = true> |
constexpr Mask< EnumType > | impeller::operator& (const EnumType &lhs, const Mask< EnumType > &rhs) |
|
template<typename EnumType , typename std::enable_if< MaskTraits< EnumType >::kIsMask, bool >::type = true> |
constexpr Mask< EnumType > | impeller::operator^ (const EnumType &lhs, const Mask< EnumType > &rhs) |
|
template<typename EnumType , typename std::enable_if_t< MaskTraits< EnumType >::kIsMask, bool > = true> |
constexpr bool | impeller::operator< (const EnumType &lhs, const Mask< EnumType > &rhs) |
|
template<typename EnumType , typename std::enable_if_t< MaskTraits< EnumType >::kIsMask, bool > = true> |
constexpr bool | impeller::operator> (const EnumType &lhs, const Mask< EnumType > &rhs) |
|
template<typename EnumType , typename std::enable_if_t< MaskTraits< EnumType >::kIsMask, bool > = true> |
constexpr bool | impeller::operator<= (const EnumType &lhs, const Mask< EnumType > &rhs) |
|
template<typename EnumType , typename std::enable_if_t< MaskTraits< EnumType >::kIsMask, bool > = true> |
constexpr bool | impeller::operator>= (const EnumType &lhs, const Mask< EnumType > &rhs) |
|
template<typename EnumType , typename std::enable_if_t< MaskTraits< EnumType >::kIsMask, bool > = true> |
constexpr bool | impeller::operator== (const EnumType &lhs, const Mask< EnumType > &rhs) |
|
template<typename EnumType , typename std::enable_if_t< MaskTraits< EnumType >::kIsMask, bool > = true> |
constexpr bool | impeller::operator!= (const EnumType &lhs, const Mask< EnumType > &rhs) |
|