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