algorithm/select.hpp
Go to the documentation of this file.
6 /**************************************************************************************************/ 15 /**************************************************************************************************/ 42 /**************************************************************************************************/ 103 /**************************************************************************************************/ const T & select_1_ab(const T &a, const T &b, const T &c, R r) select_1_ab implementation Definition: algorithm/select.hpp:70 const T & select_1_ac(const T &a, const T &b, const T &c, R r) select_1_ac implementation Definition: algorithm/select.hpp:48 Definition: functional.hpp:26 const T & select_1(const T &a, const T &b, const T &c, R r) select_1 implementation Definition: algorithm/select.hpp:92 |