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

Function insert

include/win/boost/algorithm/string/detail/sequence.hpp:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28 template< typename InputT, typename ForwardIteratorT >
29 inline void insert(
30 InputT& Input,
31 BOOST_STRING_TYPENAME InputT::iterator At,
32 ForwardIteratorT Begin,
33 ForwardIteratorT End )
34 {
35 Input.insert( At, Begin, End );
36 }
37
38 template< typename InputT, typename InsertT >
39 inline void insert(

Callers 8

replaceFunction · 0.70
find_format_all_impl2Function · 0.70
find_format_copy_impl2Function · 0.70
joinFunction · 0.50
join_ifFunction · 0.50
join_ifFunction · 0.50
join_if_regexFunction · 0.50

Calls 3

beginFunction · 0.50
endFunction · 0.50
insertMethod · 0.45

Tested by

no test coverage detected