We want the STL algorithms to use our two-para- meter function LengthIsLessThan, but with the second parameter always having the same value. What if somehow we could modify LengthIsLessThan by "locking in" the second parameter? In other words, we'd like to take a function that looks ...