Searched defs:constexpr_max (Results 1 – 2 of 2) sorted by relevance
10 constexpr T constexpr_max(T a) { in constexpr_max() function14 constexpr T constexpr_max(T a, T b, Ts... ts) { in constexpr_max() function
34 struct constexpr_max { struct35 static const int result = (A > B) ? A : B;