|
118 | 118 |
|
119 | 119 | \indexdefn{access}%
|
120 | 120 | \definition{access}{defns.access}
|
121 |
| -<execution-time action> to read or modify the value of an object |
| 121 | +\defncontext{execution-time action} to read or modify the value of an object |
122 | 122 |
|
123 | 123 | \indexdefn{argument}%
|
124 | 124 | \indexdefn{argument!function call expression}
|
125 | 125 | \definition{argument}{defns.argument}
|
126 |
| -<function call expression> expression in the |
| 126 | +\defncontext{function call expression} expression in the |
127 | 127 | comma-separated list bounded by the parentheses~(\ref{expr.call})
|
128 | 128 |
|
129 | 129 | \indexdefn{argument}%
|
130 | 130 | \indexdefn{argument!function-like macro}%
|
131 | 131 | \definition{argument}{defns.argument.macro}
|
132 |
| -<function-like macro> sequence of preprocessing tokens in the |
| 132 | +\defncontext{function-like macro} sequence of preprocessing tokens in the |
133 | 133 | comma-separated list bounded by the parentheses~(\ref{cpp.replace})
|
134 | 134 |
|
135 | 135 | \indexdefn{argument}%
|
136 | 136 | \indexdefn{argument!throw expression}%
|
137 | 137 | \definition{argument}{defns.argument.throw}
|
138 |
| -<throw expression> the operand of \tcode{throw}~(\ref{expr.throw}) |
| 138 | +\defncontext{throw expression} the operand of \tcode{throw}~(\ref{expr.throw}) |
139 | 139 |
|
140 | 140 | \indexdefn{argument}%
|
141 | 141 | \indexdefn{argument!template instantiation}%
|
142 | 142 | \definition{argument}{defns.argument.templ}
|
143 |
| -<template instantiation> |
| 143 | +\defncontext{template instantiation} |
144 | 144 | \grammarterm{constant-expression},
|
145 | 145 | \grammarterm{type-id}, or
|
146 | 146 | \grammarterm{id-expression} in the comma-separated
|
|
159 | 159 |
|
160 | 160 | \indexdefn{type!dynamic}%
|
161 | 161 | \definition{dynamic type}{defns.dynamic.type}
|
162 |
| -<glvalue> type of the most derived object~(\ref{intro.object}) to which the |
| 162 | +\defncontext{glvalue} type of the most derived object~(\ref{intro.object}) to which the |
163 | 163 | glvalue refers\\
|
164 | 164 | \enterexample
|
165 | 165 | if a pointer~(\ref{dcl.ptr}) \tcode{p} whose static type is ``pointer to
|
|
171 | 171 |
|
172 | 172 | \indexdefn{type!dynamic}%
|
173 | 173 | \definition{dynamic type}{defns.dynamic.type.prvalue}
|
174 |
| -<prvalue> static type of the prvalue expression |
| 174 | +\defncontext{prvalue} static type of the prvalue expression |
175 | 175 |
|
176 | 176 | \indexdefn{program!ill-formed}%
|
177 | 177 | \definition{ill-formed program}{defns.ill.formed}
|
|
203 | 203 | \indexdefn{parameter!function}%
|
204 | 204 | \indexdefn{parameter!catch clause}%
|
205 | 205 | \definition{parameter}{defns.parameter}
|
206 |
| -<function or catch clause> object or reference declared as part of a function declaration or |
| 206 | +\defncontext{function or catch clause} object or reference declared as part of a function declaration or |
207 | 207 | definition or in the catch clause of an exception handler that
|
208 | 208 | acquires a value on entry to the function or handler
|
209 | 209 |
|
210 | 210 | \indexdefn{parameter}%
|
211 | 211 | \indexdefn{parameter!function-like macro}%
|
212 | 212 | \definition{parameter}{defns.parameter.macro}
|
213 |
| -<function-like macro> identifier from |
| 213 | +\defncontext{function-like macro} identifier from |
214 | 214 | the comma-separated list bounded by the parentheses immediately
|
215 | 215 | following the macro name
|
216 | 216 |
|
217 | 217 | \indexdefn{parameter}%
|
218 | 218 | \indexdefn{parameter!template}%
|
219 | 219 | \definition{parameter}{defns.parameter.templ}
|
220 |
| -<template> \grammarterm{template-parameter} |
| 220 | +\defncontext{template} \grammarterm{template-parameter} |
221 | 221 |
|
222 | 222 | \indexdefn{signature}%
|
223 | 223 | \definition{signature}{defns.signature}
|
224 |
| -<function> name, parameter type list~(\ref{dcl.fct}), and enclosing namespace (if any)\\ |
| 224 | +\defncontext{function} name, parameter type list~(\ref{dcl.fct}), and enclosing namespace (if any)\\ |
225 | 225 | \enternote Signatures are used as a basis for
|
226 | 226 | name mangling and linking.\exitnote
|
227 | 227 |
|
228 | 228 | \indexdefn{signature}%
|
229 | 229 | \definition{signature}{defns.signature.templ}
|
230 |
| -<function template> name, parameter type list~(\ref{dcl.fct}), enclosing namespace (if any), |
| 230 | +\defncontext{function template} name, parameter type list~(\ref{dcl.fct}), enclosing namespace (if any), |
231 | 231 | return type, and template parameter list
|
232 | 232 |
|
233 | 233 | \indexdefn{signature}%
|
234 | 234 | \definition{signature}{defns.signature.spec}
|
235 |
| -<function template specialization> signature of the template of which it is a specialization |
| 235 | +\defncontext{function template specialization} signature of the template of which it is a specialization |
236 | 236 | and its template arguments (whether explicitly specified or deduced)
|
237 | 237 |
|
238 | 238 | \indexdefn{signature}%
|
239 | 239 | \definition{signature}{defns.signature.member}
|
240 |
| -<class member function> name, parameter type list~(\ref{dcl.fct}), class of which the |
| 240 | +\defncontext{class member function} name, parameter type list~(\ref{dcl.fct}), class of which the |
241 | 241 | function is a member, \cv-qualifiers (if any),
|
242 | 242 | and \grammarterm{ref-qualifier} (if any)
|
243 | 243 |
|
244 | 244 | \indexdefn{signature}%
|
245 | 245 | \definition{signature}{defns.signature.member.templ}
|
246 |
| -<class member function template> name, parameter type list~(\ref{dcl.fct}), class of which the |
| 246 | +\defncontext{class member function template} name, parameter type list~(\ref{dcl.fct}), class of which the |
247 | 247 | function is a member, \cv-qualifiers (if any),
|
248 | 248 | \grammarterm{ref-qualifier} (if any), return type, and template parameter list
|
249 | 249 |
|
250 | 250 | \indexdefn{signature}%
|
251 | 251 | \definition{signature}{defns.signature.member.spec}
|
252 |
| -<class member function template specialization> signature of the member function template |
| 252 | +\defncontext{class member function template specialization} signature of the member function template |
253 | 253 | of which it is a specialization and its template arguments (whether explicitly specified or deduced)
|
254 | 254 |
|
255 | 255 | \indexdefn{type!static}%
|
|
0 commit comments