Files
io/doc/io.adoc

40 lines
814 B
Plaintext
Raw Permalink Normal View History

2019-12-13 22:04:32 -05:00
////
Copyright 2019 Glen Joseph Fernandes
(glenjofe@gmail.com)
Distributed under the Boost Software License, Version 1.0.
(http://www.boost.org/LICENSE_1_0.txt)
////
# Boost.IO
2019-12-14 07:56:15 -05:00
Daryle Walker, Beman Dawes, Glen Joseph Fernandes <glenjofe@gmail.com>
:docinfo: private-footer
2019-12-13 22:04:32 -05:00
:idprefix:
:source-language: cpp
:toc: left
This library contains various utilities for the standard I/O library.
2019-12-13 22:04:32 -05:00
:leveloffset: +1
include::ios_state.adoc[]
2019-12-20 08:32:57 -05:00
include::quoted.adoc[]
2019-12-20 08:32:57 -05:00
2019-12-14 07:56:15 -05:00
include::ostream_joiner.adoc[]
2019-12-20 08:32:57 -05:00
include::ostream_put.adoc[]
2019-12-13 22:04:32 -05:00
2022-01-07 00:45:42 -05:00
include::nullstream.adoc[]
2019-12-13 22:04:32 -05:00
:leveloffset: -1
## Copyright and License
* Copyright 2002 Daryle Walker
* Copyright 2002, 2006, 2007, 2009, 2010 Beman Dawes
* Copyright 2019 Glen Joseph Fernandes
Distributed under the
http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].