7#if defined(__HIPCC_RTC__) || defined(CK_CODE_GEN_RTC)
8template <
bool B,
class T =
void>
19template <
bool B,
class T =
void>
23template <
bool B,
typename T =
void>
26template <
bool B,
typename T =
void>
std::enable_if< B, T > enable_if
Definition enable_if.hpp:24
typename std::enable_if< B, T >::type enable_if_t
Definition enable_if.hpp:27