|
127 | 127 | although they may involve accesses of scalar subobjects.
|
128 | 128 | \end{defnote}
|
129 | 129 |
|
130 |
| -\definition{arbitrary-positional stream}{defns.arbitrary.stream} |
131 |
| -\defncontext{library} |
132 |
| -\indexdefn{stream!arbitrary-positional}% |
133 |
| -stream that can seek to any integral position within |
134 |
| -the length of the stream |
135 |
| - |
136 |
| -\begin{defnote} |
137 |
| -Every arbitrary-positional stream is also a repositional stream\iref{defns.repositional.stream}. |
138 |
| -\end{defnote} |
139 |
| - |
140 | 130 | \indexdefn{argument}%
|
141 | 131 | \indexdefn{argument!function call expression}
|
142 | 132 | \definition{argument}{defns.argument}
|
|
350 | 340 | \definition{implementation limits}{defns.impl.limits}
|
351 | 341 | restrictions imposed upon programs by the implementation
|
352 | 342 |
|
353 |
| -\definition{iostream class templates}{defns.iostream.templates} |
354 |
| -\defncontext{library} |
355 |
| -templates that are declared in header \libheader{iosfwd} and |
356 |
| -take two template arguments |
357 |
| - |
358 |
| -\begin{defnote} |
359 |
| -The arguments are named \tcode{charT} and \tcode{traits}. |
360 |
| -The argument \tcode{charT} is a character container class, and |
361 |
| -the argument \tcode{traits} is a class |
362 |
| -which defines additional characteristics and functions |
363 |
| -of the character type represented by \tcode{charT} |
364 |
| -necessary to implement the iostream class templates. |
365 |
| -\end{defnote} |
366 |
| - |
367 | 343 | \indexdefn{behavior!locale-specific}%
|
368 | 344 | \definition{locale-specific behavior}{defns.locale.specific}
|
369 | 345 | behavior that depends on local conventions of nationality, culture, and
|
|
514 | 490 | definitions of all translation units\iref{basic.link}.
|
515 | 491 | \end{defnote}
|
516 | 492 |
|
517 |
| -\definition{repositional stream}{defns.repositional.stream} |
518 |
| -\defncontext{library} |
519 |
| -\indexdefn{stream!repositional}% |
520 |
| -stream that can seek to a position that was previously encountered |
521 |
| - |
522 | 493 | \definition{required behavior}{defns.required.behavior}
|
523 | 494 | \defncontext{library}
|
524 | 495 | \indexdefn{behavior!required}%
|
|
0 commit comments