24 #ifndef SUPPORT_TRAITS_H 25 #define SUPPORT_TRAITS_H 27 #include <type_traits> 35 static constexpr
bool value =
false;
38 #ifndef DOXYGEN_SKIP_THIS 40 typename std::enable_if<enable_bitwise_ops<T>::value, T>
::type operator&(T lhs, T rhs)
43 return static_cast<T
>(
static_cast<underlying_type
>(lhs) & static_cast<underlying_type>(rhs));
static constexpr bool value
Disabled.
Disable bitwise operations by default.
decltype(strategy::transforms) typedef type
Copyright (c) 2017-2022 Arm Limited.
DatasetMode operator &(DatasetMode t1, DatasetMode t2)