Searched defs:fmodulus (Results 1 – 1 of 1) sorted by relevance
61 struct fmodulus : public std::binary_function<T, T, T> { // NOLINT(readability-identifier-naming) struct62 constexpr T operator()(const T &x, const T &y) const in operator()