File util_type.h File List > cub > util_type.h Go to the documentation of this file #pragma once #include <cub/util_type.cuh> namespace muda { template <typename Key, typename Value> using KeyValuePair = cub::KeyValuePair<Key, Value>; }