MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / trim_left_copy

Function trim_left_copy

include/win/boost/algorithm/string/trim.hpp:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 */
105 template<typename SequenceT>
106 inline SequenceT trim_left_copy(const SequenceT& Input, const std::locale& Loc=std::locale())
107 {
108 return
109 ::boost::algorithm::trim_left_copy_if(
110 Input,
111 is_space(Loc));
112 }
113
114 //! Left trim
115 /*!

Callers

nothing calls this directly

Calls 2

trim_left_copy_ifFunction · 0.85
is_spaceFunction · 0.70

Tested by

no test coverage detected