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

Function ireplace_first

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

Source from the content-addressed store, hash-verified

251 */
252 template<typename SequenceT, typename Range1T, typename Range2T>
253 inline void ireplace_first(
254 SequenceT& Input,
255 const Range1T& Search,
256 const Range2T& Format,
257 const std::locale& Loc=std::locale() )
258 {
259 ::boost::algorithm::find_format(
260 Input,
261 ::boost::algorithm::first_finder(Search, is_iequal(Loc)),
262 ::boost::algorithm::const_formatter(Format) );
263 }
264
265// replace_last --------------------------------------------------------------------//
266

Callers

nothing calls this directly

Calls 4

find_formatFunction · 0.85
first_finderFunction · 0.85
is_iequalClass · 0.85
const_formatterFunction · 0.85

Tested by

no test coverage detected