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

Function replace_tail

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

Source from the content-addressed store, hash-verified

887 */
888 template<typename SequenceT, typename RangeT>
889 inline void replace_tail(
890 SequenceT& Input,
891 int N,
892 const RangeT& Format )
893 {
894 ::boost::algorithm::find_format(
895 Input,
896 ::boost::algorithm::tail_finder(N),
897 ::boost::algorithm::const_formatter(Format) );
898 }
899
900 } // namespace algorithm
901

Callers

nothing calls this directly

Calls 3

find_formatFunction · 0.85
tail_finderFunction · 0.85
const_formatterFunction · 0.85

Tested by

no test coverage detected