13 #ifndef BOOST_FORMAT_FUNCS_HPP 14 #define BOOST_FORMAT_FUNCS_HPP 21 template<
class Ch,
class Tr,
class Alloc>
inline 30 #ifndef BOOST_NO_TEMPLATE_STD_STREAM 31 template<
class Ch,
class Tr,
class Alloc>
32 std::basic_ostream<Ch, Tr> &
33 operator<<( std::basic_ostream<Ch, Tr> & os,
36 template<class Ch, class Tr, class Alloc>
38 operator<<( std::ostream & os,
51 if(f.
style_ & format_t::special_needs)
56 for(
unsigned long i=0;
i<f.
items_.size(); ++
i) {
57 const typename format_t::format_item_t& item = f.
items_[
i];
70 #endif // BOOST_FORMAT_FUNCS_HPP
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
BOOST_NORETURN void throw_exception(E const &e)
std::basic_string< Ch, Tr, Alloc > str(const basic_format< Ch, Tr, Alloc > &f)