Template Struct If

Struct Documentation

template<bool B, typename T, typename F>
struct hipcub::If

Public Types

using Type = typename std::conditional<B, T, F>::type