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

Function const_formatter

include/win/boost/algorithm/string/formatter.hpp:46–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

trim_fill_copy_ifFunction · 0.85
trim_fill_ifFunction · 0.85
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

Calls 1

as_literalFunction · 0.50

Tested by

no test coverage detected