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

Function const_formatter

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

Source from the content-addressed store, hash-verified

43 */
44 template<typename RangeT>
45 inline detail::const_formatF<
46 iterator_range<
47 BOOST_STRING_TYPENAME range_const_iterator<RangeT>::type> >
48 const_formatter(const RangeT& Format)
49 {
50 return detail::const_formatF<
51 iterator_range<
52 BOOST_STRING_TYPENAME range_const_iterator<RangeT>::type> >(::boost::as_literal(Format));
53 }
54
55 //! Identity formatter
56 /*!

Callers 15

replace_range_copyFunction · 0.85
replace_rangeFunction · 0.85
replace_first_copyFunction · 0.85
replace_firstFunction · 0.85
ireplace_first_copyFunction · 0.85
ireplace_firstFunction · 0.85
replace_last_copyFunction · 0.85
replace_lastFunction · 0.85
ireplace_last_copyFunction · 0.85
ireplace_lastFunction · 0.85
replace_nth_copyFunction · 0.85
replace_nthFunction · 0.85

Calls 1

as_literalFunction · 0.85

Tested by

no test coverage detected