#include <utility>
#include <cuda_runtime.h>
Go to the source code of this file.
|
template<typename RandomIt , typename T , typename Compare = cuda_std::less<T>> |
__host__ __device__ constexpr RandomIt | cuda_std::binary_find (RandomIt first, RandomIt last, const T &value, Compare comp={}) |
|
template<typename RandomIt , typename T , typename Compare = less<T>> |
__host__ __device__ constexpr RandomIt | cuda_std::lower_bound (RandomIt first, RandomIt last, const T &value, Compare comp={}) |
|
template<typename RandomIt , typename T , typename Compare = less<T>> |
__host__ __device__ constexpr RandomIt | cuda_std::upper_bound (RandomIt first, RandomIt last, const T &value, Compare comp={}) |
|