29 KOKKOS_INLINE_FUNCTION
const T *
30 find(
const T & target,
const T *
const begin,
const T *
const end)
40 auto mid = left + (right - left) / 2;
44 else if (*mid < target)
KOKKOS_INLINE_FUNCTION const T * find(const T &target, const T *const begin, const T *const end)
Find a value in an array.
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to add...