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

Function empty_formatter

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

Source from the content-addressed store, hash-verified

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

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