40 lines
864 B
Text
40 lines
864 B
Text
|
////
|
||
|
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.Endian: The Boost Endian Library
|
||
|
Beman Dawes
|
||
|
:toc: left
|
||
|
:toclevels: 2
|
||
|
:idprefix:
|
||
|
:listing-caption: Code Example
|
||
|
:docinfo: private-footer
|
||
|
:source-highlighter: rouge
|
||
|
:source-language: c++
|
||
|
|
||
|
:leveloffset: +1
|
||
|
|
||
|
include::endian/overview.adoc[]
|
||
|
include::endian/changelog.adoc[]
|
||
|
include::endian/choosing_approach.adoc[]
|
||
|
include::endian/conversion.adoc[]
|
||
|
include::endian/buffers.adoc[]
|
||
|
include::endian/arithmetic.adoc[]
|
||
|
include::endian/history.adoc[]
|
||
|
|
||
|
:leveloffset: -1
|
||
|
|
||
|
[appendix]
|
||
|
## Copyright and License
|
||
|
|
||
|
This documentation is
|
||
|
|
||
|
* Copyright 2011-2016 Beman Dawes
|
||
|
* Copyright 2019 Peter Dimov
|
||
|
|
||
|
and is distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].
|