|
Boost : |
Subject: Re: [boost] [mpl] map insert
From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2010-11-08 04:18:11
Hi Vicente,
> Hi,
>
> in /libs/mpl/doc/refmanual/map.html
>
> insert<m,x>::type point to the description of insert<m,pos,x>::type. In
> addition I don't find the descrition of insert<m,x>::type in
> libs/mpl/doc/refmanual/intrinsic-metafunctions.html
The 'insert' page actually describes both versions [1]:
Description
-----------
insert is an overloaded name:
- insert<Sequence,Pos,T> performs an insertion of type T at an
arbitrary position Pos in Sequence. Pos is ignored is Sequence is a model
of Extensible Associative Sequence.
- insert<Sequence,T> is a shortcut notation for insert<Sequence,Pos,T>
for the case when Sequence is a model of Extensible Associative Sequence.
[1] http://www.boost.org/doc/libs/1_44_0/libs/mpl/doc/refmanual/insert.html
HTH,
-- Aleksey Gurtovoy MetaCommunications Engineering
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk