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

Function erase_all_regex_copy

include/win/boost/algorithm/string/regex.hpp:343–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341 typename CharT,
342 typename RegexTraitsT >
343 inline OutputIteratorT erase_all_regex_copy(
344 OutputIteratorT Output,
345 const RangeT& Input,
346 const basic_regex<CharT, RegexTraitsT>& Rx,
347 match_flag_type Flags=match_default )
348 {
349 return ::boost::algorithm::find_format_all_copy(
350 Output,
351 Input,
352 ::boost::algorithm::regex_finder( Rx, Flags ),
353 ::boost::algorithm::empty_formatter( Input ) );
354 }
355
356 //! Erase all regex algorithm
357 /*!

Callers

nothing calls this directly

Calls 3

find_format_all_copyFunction · 0.85
regex_finderFunction · 0.85
empty_formatterFunction · 0.85

Tested by

no test coverage detected