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

Function ierase_first

include/win/boost/algorithm/string/erase.hpp:229–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 */
228 template<typename SequenceT, typename RangeT>
229 inline void ierase_first(
230 SequenceT& Input,
231 const RangeT& Search,
232 const std::locale& Loc=std::locale() )
233 {
234 ::boost::algorithm::find_format(
235 Input,
236 ::boost::algorithm::first_finder(Search, is_iequal(Loc)),
237 ::boost::algorithm::empty_formatter(Input) );
238 }
239
240// erase_last --------------------------------------------------------//
241

Callers

nothing calls this directly

Calls 4

find_formatFunction · 0.85
first_finderFunction · 0.85
is_iequalClass · 0.85
empty_formatterFunction · 0.85

Tested by

no test coverage detected