forked from boostorg/array
23 lines
569 B
Plaintext
23 lines
569 B
Plaintext
////
|
|
Copyright 2001-2004 Nicolai M. Josuttis
|
|
Copyright 2012 Marshall Clow
|
|
Copyright 2024 Christian Mazakas
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
https://www.boost.org/LICENSE_1_0.txt
|
|
////
|
|
|
|
[#information]
|
|
# For more information...
|
|
:idprefix: information_
|
|
:cpp: C++
|
|
|
|
To find more details about using ordinary arrays in C++ and the framework of the STL, see e.g.
|
|
|
|
The C++ Standard Library - A Tutorial and Reference +
|
|
by Nicolai M. Josuttis +
|
|
Addison Wesley Longman, 1999 +
|
|
ISBN 0-201-37926-0
|
|
|
|
|
|
http://www.josuttis.com/[Home Page of Nicolai Josuttis]
|