// In header: <boost/algorithm/string/trim.hpp>
template<typename SequenceT>SequenceTtrim_left_copy(constSequenceT& Input,conststd::locale& Loc =std::locale());
Description
Remove all leading spaces from the input. The result is a trimmed copy of the input.
Note
This function provides the strong exception-safety guarantee