// In header: <boost/algorithm/string/trim.hpp>
template<typename SequenceT,typename PredicateT>voidtrim_left_if(SequenceT& Input,PredicateT IsSpace);
Description
Remove all leading spaces from the input. The supplied predicate is used to determine which characters are considered spaces. The input sequence is modified in-place.