21 #ifndef ROCPRIM_DETAIL_ALL_TRUE_HPP_ 22 #define ROCPRIM_DETAIL_ALL_TRUE_HPP_ 24 #include <type_traits> 26 #include "../config.hpp" 28 BEGIN_ROCPRIM_NAMESPACE
34 template<
bool... values>
39 template<
bool... values>
44 template<
bool... values>
45 struct all_true<false, values...> : std::false_type
52 #endif // ROCPRIM_DETAIL_ALL_TRUE_HPP_ Deprecated: Configuration of device-level scan primitives.
Definition: block_histogram.hpp:62
Definition: all_true.hpp:35