Searched refs:detect_has_initialize (Results 1 – 1 of 1) sorted by relevance
294 using detect_has_initialize = llvm::is_detected<has_initialize, T>; variable298 static std::enable_if_t<detect_has_initialize<T>::value>305 static std::enable_if_t<!detect_has_initialize<T>::value>