]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/mpl/doc/src/refmanual/multiplies.rst
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / mpl / doc / src / refmanual / multiplies.rst
1 .. Metafunctions/Arithmetic Operations/multiplies |70
2
3 multiplies
4 ==========
5
6
7 ``multiplies`` is a synonym for |times|. It is Provided for backward compatibility with
8 earlier versions of the library. See |times| for the detailed specification.
9
10
11 .. copyright:: Copyright © 2001-2009 Aleksey Gurtovoy and David Abrahams
12 Distributed under the Boost Software License, Version 1.0. (See accompanying
13 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)