1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
```
% pandoc -f rst -t native
`Want Speed? Pass by Value`_
.. note::
For more information about the pass-by-value idiom, read: `Want Speed? Pass by Value`_.
.. _Want Speed? Pass by Value: https://web.archive.org/web/20140205194657/http://cpp-next.com/archive/2009/08/want-speed-pass-by-value/
^D
[ Para
[ Link
( "" , [] , [] )
[ Str "Want"
, Space
, Str "Speed?"
, Space
, Str "Pass"
, Space
, Str "by"
, Space
, Str "Value"
]
( "https://web.archive.org/web/20140205194657/http://cpp-next.com/archive/2009/08/want-speed-pass-by-value/"
, ""
)
]
, Div
( "" , [ "note" ] , [] )
[ Div ( "" , [ "title" ] , [] ) [ Para [ Str "Note" ] ]
, Para
[ Str "For"
, Space
, Str "more"
, Space
, Str "information"
, Space
, Str "about"
, Space
, Str "the"
, Space
, Str "pass-by-value"
, Space
, Str "idiom,"
, Space
, Str "read:"
, Space
, Link
( "" , [] , [] )
[ Str "Want"
, Space
, Str "Speed?"
, Space
, Str "Pass"
, Space
, Str "by"
, Space
, Str "Value"
]
( "https://web.archive.org/web/20140205194657/http://cpp-next.com/archive/2009/08/want-speed-pass-by-value/"
, ""
)
, Str "."
]
]
]
```
|