1////
2Copyright 2019 Glen Joseph Fernandes
3([email protected])
4
5Distributed under the Boost Software License, Version 1.0.
6(http://www.boost.org/LICENSE_1_0.txt)
7////
8
9# Boost.IO
10Daryle Walker, Beman Dawes, Glen Joseph Fernandes <[email protected]>
11:docinfo: private-footer
12:idprefix:
13:source-language: cpp
14:toc: left
15
16This library contains various utilities for the standard I/O library.
17
18:leveloffset: +1
19
20include::ios_state.adoc[]
21
22include::quoted.adoc[]
23
24include::ostream_joiner.adoc[]
25
26include::ostream_put.adoc[]
27
28:leveloffset: -1
29
30## Copyright and License
31
32* Copyright 2002 Daryle Walker
33* Copyright 2002, 2006, 2007, 2009, 2010 Beman Dawes
34* Copyright 2019 Glen Joseph Fernandes
35
36Distributed under the
37http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].
38