Boost logo

Boost Users :

Subject: [Boost-users] Variadic Max Function
From: Hossein Haeri (powerprogman_at_[hidden])
Date: 2010-10-25 11:08:59


Dear all,

Is there any variadic max function in Boost? I mean something which returns the max of all the arguments it takes -- no matter how many they are. (Feel free to correct me if this use of 'variadic' is not the correct terminology.) Please note that I'm not after working on ranges of arguments. I'm rather looking for a max function which is applicable in all the examples below:

int m1 = max(a1, a2);
int m2 = max(a1, a2, a3);
...
int mk = max(a1, a2, ..., ak);

TIA,
--Hossein


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net