MCPcopy Create free account
hub / github.com/ablab/spades / empty_formatter

Function empty_formatter

ext/include/boost/algorithm/string/formatter.hpp:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 */
82 template<typename RangeT>
83 inline detail::empty_formatF<
84 BOOST_STRING_TYPENAME range_value<RangeT>::type>
85 empty_formatter(const RangeT&)
86 {
87 return detail::empty_formatF<
88 BOOST_STRING_TYPENAME range_value<RangeT>::type>();
89 }
90
91 //! Empty formatter
92 /*!

Callers 15

erase_range_copyFunction · 0.85
erase_rangeFunction · 0.85
erase_first_copyFunction · 0.85
erase_firstFunction · 0.85
ierase_first_copyFunction · 0.85
ierase_firstFunction · 0.85
erase_last_copyFunction · 0.85
erase_lastFunction · 0.85
ierase_last_copyFunction · 0.85
ierase_lastFunction · 0.85
erase_nth_copyFunction · 0.85
erase_nthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected