Searched defs:static_max (Results 1 – 1 of 1) sorted by relevance
234 struct static_max<arg> struct236 static const type_index_t value = arg;240 struct static_max<arg1, arg2, others...> struct242 …x_t value = arg1 >= arg2 ? static_max<arg1, others...>::value : static_max<arg2, others...>::value;