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

Function erase_all_regex

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

Source from the content-addressed store, hash-verified

386 typename CharT,
387 typename RegexTraitsT>
388 inline void erase_all_regex(
389 SequenceT& Input,
390 const basic_regex<CharT, RegexTraitsT>& Rx,
391 match_flag_type Flags=match_default )
392 {
393 ::boost::algorithm::find_format_all(
394 Input,
395 ::boost::algorithm::regex_finder( Rx, Flags ),
396 ::boost::algorithm::empty_formatter( Input ) );
397 }
398
399// find_all_regex ------------------------------------------------------------------//
400

Callers

nothing calls this directly

Calls 3

find_format_allFunction · 0.85
regex_finderFunction · 0.85
empty_formatterFunction · 0.85

Tested by

no test coverage detected