CMS 3D CMS Logo

Namespaces | Functions
alpakastdAlgorithm.h File Reference
#include <algorithm>
#include <functional>
#include <utility>
#include <alpaka/alpaka.hpp>

Go to the source code of this file.

Namespaces

 alpaka_std
 

Functions

template<typename RandomIt , typename T , typename Compare = std::less<T>>
ALPAKA_FN_HOST_ACC constexpr RandomIt alpaka_std::upper_bound (RandomIt first, RandomIt last, const T &value, Compare comp={})