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

Function ireplace_last

include/win/boost/algorithm/string/replace.hpp:407–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405 */
406 template<typename SequenceT, typename Range1T, typename Range2T>
407 inline void ireplace_last(
408 SequenceT& Input,
409 const Range1T& Search,
410 const Range2T& Format,
411 const std::locale& Loc=std::locale() )
412 {
413 ::boost::algorithm::find_format(
414 Input,
415 ::boost::algorithm::last_finder(Search, is_iequal(Loc)),
416 ::boost::algorithm::const_formatter(Format) );
417 }
418
419// replace_nth --------------------------------------------------------------------//
420

Callers

nothing calls this directly

Calls 4

find_formatFunction · 0.85
last_finderFunction · 0.85
is_iequalClass · 0.85
const_formatterFunction · 0.85

Tested by

no test coverage detected