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

Function erase_tail

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

Source from the content-addressed store, hash-verified

803 */
804 template<typename SequenceT>
805 inline void erase_tail(
806 SequenceT& Input,
807 int N )
808 {
809 ::boost::algorithm::find_format(
810 Input,
811 ::boost::algorithm::tail_finder(N),
812 ::boost::algorithm::empty_formatter( Input ) );
813 }
814
815 } // namespace algorithm
816

Callers

nothing calls this directly

Calls 3

find_formatFunction · 0.85
tail_finderFunction · 0.85
empty_formatterFunction · 0.85

Tested by

no test coverage detected