~ubuntu-branches/ubuntu/trusty/c++-annotations/trusty

« back to all changes in this revision

Viewing changes to yo/functiontemplates.yo

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2012-01-20 11:53:17 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20120120115317-v4wiq9sttx72fabk
Tags: 9.1.0-1
New upstream release (covering C++11 to a large extend)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    subsect(Considerations regarding template parameters)
10
10
    includefile(functiontemplates/considerations)
11
11
 
12
 
    subsect(Late-specified return type (C++0x))
 
12
    subsect(Late-specified return type (C++11))
13
13
    includefile(functiontemplates/alternate)
14
14
 
15
 
sect(Passing arguments by reference (reference wrappers) (C++0x))
 
15
sect(Passing arguments by reference (reference wrappers) (C++11))
16
16
includefile(functiontemplates/referencewrappers)
17
17
 
 
18
sect(Using Local and unnamed types as template arguments (C++11))
 
19
includefile(functiontemplates/local)
 
20
 
18
21
lsect(TEMPFUNARGS)(Template parameter deduction)
19
22
includefile(functiontemplates/argumentdeduction)
20
23
 
72
75
    subsect(Complications when using the insertion operator)
73
76
    includefile(functiontemplates/insertion)
74
77
 
 
78
lsect(STATICASSERT)(Static assertions (C++11))
 
79
includefile(functiontemplates/staticassertions)
 
80
 
 
81
sect(Numeric limits)
 
82
includefile(functiontemplates/limits)
 
83
 
 
84
sect(Polymorphous wrappers for function objects (C++11))
 
85
includefile(functiontemplates/polymorphouswrappers)
 
86
 
 
87
lsect(NAMERESFUN)(Compiling template definitions and instantiations)
 
88
includefile(functiontemplates/nameresolution)
 
89
 
75
90
lsect(FUNCTIONSELECTION)(The function selection mechanism)
76
91
includefile(functiontemplates/selection)
77
92
 
81
96
sect(SFINAE: Substitution Failure Is Not An Error)
82
97
includefile(functiontemplates/sfinae)
83
98
 
84
 
lsect(NAMERESFUN)(Compiling template definitions and instantiations)
85
 
includefile(functiontemplates/nameresolution)
86
 
 
87
 
lsect(STATICASSERT)(Static assertions (C++0x))
88
 
includefile(functiontemplates/staticassertions)
89
 
 
90
99
sect(Summary of the template declaration syntax)
91
100
includefile(functiontemplates/summary)
 
101
 
 
102
 
 
103
 
 
104
 
 
105
 
 
106
 
 
107
 
 
108
 
 
109
 
 
110