Searched defs:is_monotonic (Results 1 – 2 of 2) sorted by relevance
48 int is_monotonic(const char *str) { return !strcmp(str, "monotonic"); } in is_monotonic() function
87 static constexpr bool is_monotonic = true; member