|
ARTEMIS
|
Go to the source code of this file.
Namespaces | |
| utils | |
| utils::algorithms | |
Functions | |
| template<typename T > | |
| AMREX_GPU_DEVICE AMREX_FORCE_INLINE const T * | utils::algorithms::upper_bound (const T *first, const T *last, const T &val) |
| Returns a pointer to the first element in the range [first, last) that is greater than val. More... | |