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

Function replace_last

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

Source from the content-addressed store, hash-verified

325 */
326 template<typename SequenceT, typename Range1T, typename Range2T>
327 inline void replace_last(
328 SequenceT& Input,
329 const Range1T& Search,
330 const Range2T& Format )
331 {
332 ::boost::algorithm::find_format(
333 Input,
334 ::boost::algorithm::last_finder(Search),
335 ::boost::algorithm::const_formatter(Format) );
336 }
337
338// replace_last ( case insensitive ) -----------------------------------------------//
339

Callers

nothing calls this directly

Calls 3

find_formatFunction · 0.85
last_finderFunction · 0.85
const_formatterFunction · 0.85

Tested by

no test coverage detected