Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template trim_left

boost::algorithm::trim_left — Left trim.

Synopsis

// In header: <boost/algorithm/string/trim.hpp>


template<typename SequenceT> 
   ( Input,  Loc = );

Description

Remove all leading spaces from the input. The Input sequence is modified in-place.

Parameters:

Input

An input sequence

Loc

A locale used for 'space' classification


PrevUpHomeNext