24 #ifndef ARM_COMPUTE_UTILS_REQUIRES_H 25 #define ARM_COMPUTE_UTILS_REQUIRES_H 43 #define ARM_COMPUTE_REQUIRES_T(...) template <bool Cond = (__VA_ARGS__), typename std::enable_if<Cond, int>::type = 0> 45 #define ARM_COMPUTE_REQUIRES_TA(...) typename = typename std::enable_if<(__VA_ARGS__), arm_compute::utils::requires::detail::enabler>::type Copyright (c) 2017-2021 Arm Limited.