Searched defs:static_max (Results 1 – 2 of 2) sorted by relevance
191 struct static_max<arg> struct193 static const std::size_t value = arg;197 struct static_max<arg1, arg2, others...> struct199 …e_t value = arg1 >= arg2 ? static_max<arg1, others...>::value : static_max<arg2, others...>::value;
66 unsigned long long new_target, static_max; in watch_target() local