Comparison for less than. \param x first operand \param y second operand \retval true if \a x less than \a y \retval false else template typename enable ::type isless(T x, U y) { return functions::isless(x, y); }
source not stored for this graph (policy: none)