boost::algorithm::trim_left — Left trim.
template<typename SequenceT> void trim_left(SequenceT & Input, const std::locale & Loc = std::locale());
Remove all leading spaces from the input. The Input sequence is modified in-place.
Parameters
An input sequence
A locale used for 'space' classification