Home
last modified time | relevance | path

Searched defs:const_formatF (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/algorithm/string/detail/
Dformatter.hpp32 struct const_formatF struct
36 range_const_iterator<RangeT>::type format_iterator;
37 typedef iterator_range<format_iterator> result_type;
41 const_formatF(const RangeT& Format) : in const_formatF() argument
47 result_type& operator()(const Range2T&) in operator ()()
54 const result_type& operator()(const Range2T&) const in operator ()()
60 result_type m_Format;