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

Function erase_first

include/win/boost/algorithm/string/erase.hpp:158–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 */
157 template<typename SequenceT, typename RangeT>
158 inline void erase_first(
159 SequenceT& Input,
160 const RangeT& Search )
161 {
162 ::boost::algorithm::find_format(
163 Input,
164 ::boost::algorithm::first_finder(Search),
165 ::boost::algorithm::empty_formatter(Input) );
166 }
167
168// erase_first ( case insensitive ) ------------------------------------//
169

Callers 2

allocate_nodeMethod · 0.85
allocate_nodesMethod · 0.85

Calls 3

find_formatFunction · 0.85
first_finderFunction · 0.85
empty_formatterFunction · 0.85

Tested by

no test coverage detected