fixed documentation bug

[SVN r42116]
This commit is contained in:
Joel de Guzman
2007-12-17 09:27:42 +00:00
parent 300f35fadd
commit e9fd448376
229 changed files with 1483 additions and 1379 deletions

View File

@ -414,7 +414,8 @@ It is used as elements in __map__s, for example.
[[`P()`] [Default construction.]]
[[`P(s)`] [Construct a pair given value for the second type, `s`.]]
[[`P(p2)`] [Copy constructs a pair from another pair, `p2`.]]
[[`p = p2`] [Assigns a pair, p1, from another pair, `p2`.]]
[[`p.second`] [Get the data from `p1.]]
[[`p = p2`] [Assigns a pair, `p1`, from another pair, `p2`.]]
[[make_pair<F>(s)] [Make a pair given the first type, `F`, and a value for
the second type, `s`. The second type assumes the type of `s`]]
[[`o << p`] [Output `p` to output stream, `o`.]]