MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / trim_left

Function trim_left

extern/boost/boost/algorithm/string/trim.hpp:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 */
142 template<typename SequenceT>
143 inline void trim_left(SequenceT& Input, const std::locale& Loc=std::locale())
144 {
145 ::boost::algorithm::trim_left_if(
146 Input,
147 is_space(Loc));
148 }
149
150 // right trim -----------------------------------------------//
151

Callers 1

basic_cstring.hppFile · 0.85

Calls 2

trim_left_ifFunction · 0.85
is_spaceFunction · 0.85

Tested by

no test coverage detected