File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 349
349
the conditions (sometimes termed observable results)
350
350
established by the function.
351
351
352
+ \item
353
+ \result
354
+ for a \grammarterm {typename-specifier}, a description of the named type;
355
+ for an \grammarterm {expression},
356
+ a description of the type of the expression;
357
+ the expression is an lvalue if the type is an lvalue reference type,
358
+ an xvalue if the type is an rvalue reference type, and
359
+ a prvalue otherwise.
360
+
352
361
\item
353
362
\returns
354
363
a description of the value(s) returned by the function.
Original file line number Diff line number Diff line change 339
339
\newcommand {\sync }{\Fundesc {Synchronization}}
340
340
\newcommand {\implimits }{\Fundesc {Implementation limits}}
341
341
\newcommand {\replaceable }{\Fundesc {Replaceable}}
342
+ \newcommand {\result }{\Fundesc {Result}}
342
343
\newcommand {\returntype }{\Fundesc {Return type}}
343
344
\newcommand {\cvalue }{\Fundesc {Value}}
344
345
\newcommand {\ctype }{\Fundesc {Type}}
You can’t perform that action at this time.
0 commit comments