functions_streaming.qbk 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. [/
  2. Copyright (c) 2008-2009 Joachim Faulhaber
  3. Distributed under the Boost Software License, Version 1.0.
  4. (See accompanying file LICENSE_1_0.txt or copy at
  5. http://www.boost.org/LICENSE_1_0.txt)
  6. ]
  7. [/ //= Streaming, conversion ===================================================================]
  8. [section Streaming, conversion]
  9. [table
  10. [[['*Streaming, conversion*]] [__ch_itvs__][__ch_itv_sets__][__ch_itv_maps__][__ch_ele_sets__][__ch_ele_maps__] ]
  11. [[`std::basic_ostream operator << (basic_ostream&, const T&)`] [1] [1] [1] [1] [1] ]
  12. ]
  13. [table
  14. [[['*Streaming, conversion*]] [Description] ]
  15. [[`std::basic_ostream operator << (basic_ostream&, const T&)`]
  16. [Serializes the argument of type T to an output stream] ]
  17. ]
  18. ['*Back to section . . .*]
  19. [table
  20. []
  21. [[[link function_synopsis_table ['*Function Synopsis*]]]]
  22. [[[link boost_icl.interface ['*Interface*]] ]]
  23. ]
  24. [endsect][/ Streaming, conversion]