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

Function erase_head

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

Source from the content-addressed store, hash-verified

731 */
732 template<typename SequenceT>
733 inline void erase_head(
734 SequenceT& Input,
735 int N )
736 {
737 ::boost::algorithm::find_format(
738 Input,
739 ::boost::algorithm::head_finder(N),
740 ::boost::algorithm::empty_formatter( Input ) );
741 }
742
743// erase_tail --------------------------------------------------------------------//
744

Callers

nothing calls this directly

Calls 3

find_formatFunction · 0.85
head_finderFunction · 0.85
empty_formatterFunction · 0.85

Tested by

no test coverage detected