Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 1 | 1 [intro] |
| 2 | 1.1 [intro.scope] |
| 3 | 1.2 [intro.refs] |
| 4 | 1.3 [intro.defs] |
| 5 | 1.3.1 [defns.argument] |
| 6 | 1.3.2 [defns.cond.supp] |
| 7 | 1.3.3 [defns.diagnostic] |
| 8 | 1.3.4 [defns.dynamic.type] |
| 9 | 1.3.5 [defns.ill.formed] |
| 10 | 1.3.6 [defns.impl.defined] |
| 11 | 1.3.7 [defns.impl.limits] |
| 12 | 1.3.8 [defns.locale.specific] |
| 13 | 1.3.9 [defns.multibyte] |
| 14 | 1.3.10 [defns.parameter] |
| 15 | 1.3.11 [defns.signature] |
| 16 | 1.3.12 [defns.static.type] |
| 17 | 1.3.13 [defns.undefined] |
| 18 | 1.3.14 [defns.unspecified] |
| 19 | 1.3.15 [defns.well.formed] |
| 20 | 1.4 [intro.compliance] |
| 21 | 1.5 [intro.structure] |
| 22 | 1.6 [syntax] |
| 23 | 1.7 [intro.memory] |
| 24 | 1.8 [intro.object] |
| 25 | 1.9 [intro.execution] |
| 26 | 1.10 [intro.multithread] |
| 27 | 1.11 [intro.ack] |
| 28 | 2 [lex] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 29 | 2.1 [lex.separate] |
| 30 | 2.2 [lex.phases] |
| 31 | 2.3 [lex.charset] |
| 32 | 2.4 [lex.trigraph] |
| 33 | 2.5 [lex.pptoken] |
| 34 | 2.6 [lex.digraph] |
| 35 | 2.7 [lex.token] |
| 36 | 2.8 [lex.comment] |
| 37 | 2.9 [lex.header] |
| 38 | 2.10 [lex.ppnumber] |
| 39 | 2.11 [lex.name] |
| 40 | 2.12 [lex.key] |
| 41 | 2.13 [lex.operators] |
| 42 | 2.14 [lex.literal] |
| 43 | 2.14.1 [lex.literal.kinds] |
| 44 | 2.14.2 [lex.icon] |
| 45 | 2.14.3 [lex.ccon] |
| 46 | 2.14.4 [lex.fcon] |
| 47 | 2.14.5 [lex.string] |
| 48 | 2.14.6 [lex.bool] |
| 49 | 2.14.7 [lex.nullptr] |
| 50 | 2.14.8 [lex.ext] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 51 | 3 [basic] |
| 52 | 3.1 [basic.def] |
| 53 | 3.2 [basic.def.odr] |
| 54 | 3.3 [basic.scope] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 55 | 3.3.1 [basic.scope.declarative] |
| 56 | 3.3.2 [basic.scope.pdecl] |
| 57 | 3.3.3 [basic.scope.local] |
| 58 | 3.3.4 [basic.scope.proto] |
| 59 | 3.3.5 [basic.funscope] |
| 60 | 3.3.6 [basic.scope.namespace] |
| 61 | 3.3.7 [basic.scope.class] |
| 62 | 3.3.8 [basic.scope.concept] |
| 63 | 3.3.9 [basic.scope.req] |
| 64 | 3.3.10 [basic.scope.enum] |
| 65 | 3.3.11 [basic.scope.hiding] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 66 | 3.4 [basic.lookup] |
| 67 | 3.4.1 [basic.lookup.unqual] |
| 68 | 3.4.2 [basic.lookup.argdep] |
| 69 | 3.4.3 [basic.lookup.qual] |
| 70 | 3.4.3.1 [class.qual] |
| 71 | 3.4.3.2 [namespace.qual] |
| 72 | 3.4.3.3 [concept.qual] |
| 73 | 3.4.4 [basic.lookup.elab] |
| 74 | 3.4.5 [basic.lookup.classref] |
| 75 | 3.4.6 [basic.lookup.udir] |
| 76 | 3.5 [basic.link] |
| 77 | 3.6 [basic.start] |
| 78 | 3.6.1 [basic.start.main] |
| 79 | 3.6.2 [basic.start.init] |
| 80 | 3.6.3 [basic.start.term] |
| 81 | 3.7 [basic.stc] |
| 82 | 3.7.1 [basic.stc.static] |
| 83 | 3.7.2 [basic.stc.thread] |
| 84 | 3.7.3 [basic.stc.auto] |
| 85 | 3.7.4 [basic.stc.dynamic] |
| 86 | 3.7.4.1 [basic.stc.dynamic.allocation] |
| 87 | 3.7.4.2 [basic.stc.dynamic.deallocation] |
| 88 | 3.7.4.3 [basic.stc.dynamic.safety] |
| 89 | 3.7.5 [basic.stc.inherit] |
| 90 | 3.8 [basic.life] |
| 91 | 3.9 [basic.types] |
| 92 | 3.9.1 [basic.fundamental] |
| 93 | 3.9.2 [basic.compound] |
| 94 | 3.9.3 [basic.type.qualifier] |
| 95 | 3.10 [basic.lval] |
| 96 | 3.11 [basic.align] |
| 97 | 4 [conv] |
| 98 | 4.1 [conv.lval] |
| 99 | 4.2 [conv.array] |
| 100 | 4.3 [conv.func] |
| 101 | 4.4 [conv.qual] |
| 102 | 4.5 [conv.prom] |
| 103 | 4.6 [conv.fpprom] |
| 104 | 4.7 [conv.integral] |
| 105 | 4.8 [conv.double] |
| 106 | 4.9 [conv.fpint] |
| 107 | 4.10 [conv.ptr] |
| 108 | 4.11 [conv.mem] |
| 109 | 4.12 [conv.bool] |
| 110 | 4.13 [conv.rank] |
| 111 | 5 [expr] |
| 112 | 5.1 [expr.prim] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 113 | 5.1.1 [expr.prim.general] |
| 114 | 5.1.2 [expr.prim.lambda] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 115 | 5.2 [expr.post] |
| 116 | 5.2.1 [expr.sub] |
| 117 | 5.2.2 [expr.call] |
| 118 | 5.2.3 [expr.type.conv] |
| 119 | 5.2.4 [expr.pseudo] |
| 120 | 5.2.5 [expr.ref] |
| 121 | 5.2.6 [expr.post.incr] |
| 122 | 5.2.7 [expr.dynamic.cast] |
| 123 | 5.2.8 [expr.typeid] |
| 124 | 5.2.9 [expr.static.cast] |
| 125 | 5.2.10 [expr.reinterpret.cast] |
| 126 | 5.2.11 [expr.const.cast] |
| 127 | 5.3 [expr.unary] |
| 128 | 5.3.1 [expr.unary.op] |
| 129 | 5.3.2 [expr.pre.incr] |
| 130 | 5.3.3 [expr.sizeof] |
| 131 | 5.3.4 [expr.new] |
| 132 | 5.3.5 [expr.delete] |
| 133 | 5.3.6 [expr.alignof] |
| 134 | 5.4 [expr.cast] |
| 135 | 5.5 [expr.mptr.oper] |
| 136 | 5.6 [expr.mul] |
| 137 | 5.7 [expr.add] |
| 138 | 5.8 [expr.shift] |
| 139 | 5.9 [expr.rel] |
| 140 | 5.10 [expr.eq] |
| 141 | 5.11 [expr.bit.and] |
| 142 | 5.12 [expr.xor] |
| 143 | 5.13 [expr.or] |
| 144 | 5.14 [expr.log.and] |
| 145 | 5.15 [expr.log.or] |
| 146 | 5.16 [expr.cond] |
| 147 | 5.17 [expr.ass] |
| 148 | 5.18 [expr.comma] |
| 149 | 5.19 [expr.const] |
| 150 | 6 [stmt.stmt] |
| 151 | 6.1 [stmt.label] |
| 152 | 6.2 [stmt.expr] |
| 153 | 6.3 [stmt.block] |
| 154 | 6.4 [stmt.select] |
| 155 | 6.4.1 [stmt.if] |
| 156 | 6.4.2 [stmt.switch] |
| 157 | 6.5 [stmt.iter] |
| 158 | 6.5.1 [stmt.while] |
| 159 | 6.5.2 [stmt.do] |
| 160 | 6.5.3 [stmt.for] |
| 161 | 6.5.4 [stmt.ranged] |
| 162 | 6.6 [stmt.jump] |
| 163 | 6.6.1 [stmt.break] |
| 164 | 6.6.2 [stmt.cont] |
| 165 | 6.6.3 [stmt.return] |
| 166 | 6.6.4 [stmt.goto] |
| 167 | 6.7 [stmt.dcl] |
| 168 | 6.8 [stmt.ambig] |
| 169 | 6.9 [stmt.late] |
| 170 | 7 [dcl.dcl] |
| 171 | 7.1 [dcl.spec] |
| 172 | 7.1.1 [dcl.stc] |
| 173 | 7.1.2 [dcl.fct.spec] |
| 174 | 7.1.3 [dcl.typedef] |
| 175 | 7.1.4 [dcl.friend] |
| 176 | 7.1.5 [dcl.constexpr] |
| 177 | 7.1.6 [dcl.type] |
| 178 | 7.1.6.1 [dcl.type.cv] |
| 179 | 7.1.6.2 [dcl.type.simple] |
| 180 | 7.1.6.3 [dcl.type.elab] |
| 181 | 7.1.6.4 [dcl.spec.auto] |
| 182 | 7.2 [dcl.enum] |
| 183 | 7.3 [basic.namespace] |
| 184 | 7.3.1 [namespace.def] |
| 185 | 7.3.1.1 [namespace.unnamed] |
| 186 | 7.3.1.2 [namespace.memdef] |
| 187 | 7.3.2 [namespace.alias] |
| 188 | 7.3.3 [namespace.udecl] |
| 189 | 7.3.4 [namespace.udir] |
| 190 | 7.4 [dcl.asm] |
| 191 | 7.5 [dcl.link] |
| 192 | 7.6 [dcl.attr] |
| 193 | 7.6.1 [dcl.attr.grammar] |
| 194 | 7.6.2 [dcl.align] |
| 195 | 7.6.3 [dcl.attr.noreturn] |
| 196 | 7.6.4 [dcl.attr.final] |
| 197 | 7.6.5 [dcl.attr.depend] |
| 198 | 8 [dcl.decl] |
| 199 | 8.1 [dcl.name] |
| 200 | 8.2 [dcl.ambig.res] |
| 201 | 8.3 [dcl.meaning] |
| 202 | 8.3.1 [dcl.ptr] |
| 203 | 8.3.2 [dcl.ref] |
| 204 | 8.3.3 [dcl.mptr] |
| 205 | 8.3.4 [dcl.array] |
| 206 | 8.3.5 [dcl.fct] |
| 207 | 8.3.6 [dcl.fct.default] |
| 208 | 8.4 [dcl.fct.def] |
| 209 | 8.5 [dcl.init] |
| 210 | 8.5.1 [dcl.init.aggr] |
| 211 | 8.5.2 [dcl.init.string] |
| 212 | 8.5.3 [dcl.init.ref] |
| 213 | 8.5.4 [dcl.init.list] |
| 214 | 9 [class] |
| 215 | 9.1 [class.name] |
| 216 | 9.2 [class.mem] |
| 217 | 9.3 [class.mfct] |
| 218 | 9.3.1 [class.mfct.non-static] |
| 219 | 9.3.2 [class.this] |
| 220 | 9.4 [class.static] |
| 221 | 9.4.1 [class.static.mfct] |
| 222 | 9.4.2 [class.static.data] |
| 223 | 9.5 [class.union] |
| 224 | 9.6 [class.bit] |
| 225 | 9.7 [class.nest] |
| 226 | 9.8 [class.local] |
| 227 | 9.9 [class.nested.type] |
| 228 | 10 [class.derived] |
| 229 | 10.1 [class.mi] |
| 230 | 10.2 [class.member.lookup] |
| 231 | 10.3 [class.virtual] |
| 232 | 10.4 [class.abstract] |
| 233 | 11 [class.access] |
| 234 | 11.1 [class.access.spec] |
| 235 | 11.2 [class.access.base] |
| 236 | 11.3 [class.access.dcl] |
| 237 | 11.4 [class.friend] |
| 238 | 11.5 [class.protected] |
| 239 | 11.6 [class.access.virt] |
| 240 | 11.7 [class.paths] |
| 241 | 11.8 [class.access.nest] |
| 242 | 12 [special] |
| 243 | 12.1 [class.ctor] |
| 244 | 12.2 [class.temporary] |
| 245 | 12.3 [class.conv] |
| 246 | 12.3.1 [class.conv.ctor] |
| 247 | 12.3.2 [class.conv.fct] |
| 248 | 12.4 [class.dtor] |
| 249 | 12.5 [class.free] |
| 250 | 12.6 [class.init] |
| 251 | 12.6.1 [class.expl.init] |
| 252 | 12.6.2 [class.base.init] |
| 253 | 12.7 [class.cdtor] |
| 254 | 12.8 [class.copy] |
| 255 | 12.9 [class.inhctor] |
| 256 | 13 [over] |
| 257 | 13.1 [over.load] |
| 258 | 13.2 [over.dcl] |
| 259 | 13.3 [over.match] |
| 260 | 13.3.1 [over.match.funcs] |
| 261 | 13.3.1.1 [over.match.call] |
| 262 | 13.3.1.1.1 [over.call.func] |
| 263 | 13.3.1.1.2 [over.call.object] |
| 264 | 13.3.1.2 [over.match.oper] |
| 265 | 13.3.1.3 [over.match.ctor] |
| 266 | 13.3.1.4 [over.match.copy] |
| 267 | 13.3.1.5 [over.match.conv] |
| 268 | 13.3.1.6 [over.match.ref] |
| 269 | 13.3.1.7 [over.match.list] |
| 270 | 13.3.2 [over.match.viable] |
| 271 | 13.3.3 [over.match.best] |
| 272 | 13.3.3.1 [over.best.ics] |
| 273 | 13.3.3.1.1 [over.ics.scs] |
| 274 | 13.3.3.1.2 [over.ics.user] |
| 275 | 13.3.3.1.3 [over.ics.ellipsis] |
| 276 | 13.3.3.1.4 [over.ics.ref] |
| 277 | 13.3.3.1.5 [over.ics.list] |
| 278 | 13.3.3.2 [over.ics.rank] |
| 279 | 13.4 [over.over] |
| 280 | 13.5 [over.oper] |
| 281 | 13.5.1 [over.unary] |
| 282 | 13.5.2 [over.binary] |
| 283 | 13.5.3 [over.ass] |
| 284 | 13.5.4 [over.call] |
| 285 | 13.5.5 [over.sub] |
| 286 | 13.5.6 [over.ref] |
| 287 | 13.5.7 [over.inc] |
| 288 | 13.5.8 [over.literal] |
| 289 | 13.6 [over.built] |
| 290 | 14 [temp] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 291 | 14.1 [temp.export] |
| 292 | 14.2 [temp.param] |
| 293 | 14.3 [temp.names] |
| 294 | 14.4 [temp.arg] |
| 295 | 14.4.1 [temp.arg.type] |
| 296 | 14.4.2 [temp.arg.nontype] |
| 297 | 14.4.3 [temp.arg.template] |
| 298 | 14.5 [temp.type] |
| 299 | 14.6 [temp.decls] |
| 300 | 14.6.1 [temp.class] |
| 301 | 14.6.1.1 [temp.mem.func] |
| 302 | 14.6.1.2 [temp.mem.class] |
| 303 | 14.6.1.3 [temp.static] |
| 304 | 14.6.2 [temp.mem] |
| 305 | 14.6.3 [temp.variadic] |
| 306 | 14.6.4 [temp.friend] |
| 307 | 14.6.5 [temp.class.spec] |
| 308 | 14.6.5.1 [temp.class.spec.match] |
| 309 | 14.6.5.2 [temp.class.order] |
| 310 | 14.6.5.3 [temp.class.spec.mfunc] |
| 311 | 14.6.6 [temp.fct] |
| 312 | 14.6.6.1 [temp.over.link] |
| 313 | 14.6.6.2 [temp.func.order] |
| 314 | 14.6.7 [temp.alias] |
| 315 | 14.6.8 [temp.concept.map] |
| 316 | 14.7 [temp.res] |
| 317 | 14.7.1 [temp.local] |
| 318 | 14.7.2 [temp.dep] |
| 319 | 14.7.2.1 [temp.dep.type] |
| 320 | 14.7.2.2 [temp.dep.expr] |
| 321 | 14.7.2.3 [temp.dep.constexpr] |
| 322 | 14.7.2.4 [temp.dep.temp] |
| 323 | 14.7.3 [temp.nondep] |
| 324 | 14.7.4 [temp.dep.res] |
| 325 | 14.7.4.1 [temp.point] |
| 326 | 14.7.4.2 [temp.dep.candidate] |
| 327 | 14.7.5 [temp.inject] |
| 328 | 14.8 [temp.spec] |
| 329 | 14.8.1 [temp.inst] |
| 330 | 14.8.2 [temp.explicit] |
| 331 | 14.8.3 [temp.expl.spec] |
| 332 | 14.9 [temp.fct.spec] |
| 333 | 14.9.1 [temp.arg.explicit] |
| 334 | 14.9.2 [temp.deduct] |
| 335 | 14.9.2.1 [temp.deduct.call] |
| 336 | 14.9.2.2 [temp.deduct.funcaddr] |
| 337 | 14.9.2.3 [temp.deduct.conv] |
| 338 | 14.9.2.4 [temp.deduct.partial] |
| 339 | 14.9.2.5 [temp.deduct.type] |
| 340 | 14.9.3 [temp.over] |
| 341 | 14.10 [concept] |
| 342 | 14.10.1 [concept.def] |
| 343 | 14.10.1.1 [concept.fct] |
| 344 | 14.10.1.2 [concept.assoc] |
| 345 | 14.10.1.3 [concept.req] |
| 346 | 14.10.1.4 [concept.axiom] |
| 347 | 14.10.2 [concept.map] |
| 348 | 14.10.2.1 [concept.map.fct] |
| 349 | 14.10.2.2 [concept.map.assoc] |
| 350 | 14.10.3 [concept.refine] |
| 351 | 14.10.3.1 [concept.member.lookup] |
| 352 | 14.10.3.2 [concept.refine.maps] |
| 353 | 14.10.4 [concept.support] |
| 354 | 14.11 [temp.constrained] |
| 355 | 14.11.1 [temp.req] |
| 356 | 14.11.1.1 [temp.req.sat] |
| 357 | 14.11.1.2 [temp.req.impl] |
| 358 | 14.11.2 [temp.archetype] |
| 359 | 14.11.2.1 [temp.archetype.assemble] |
| 360 | 14.11.3 [temp.constrained.set] |
| 361 | 14.11.4 [temp.constrained.inst] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 362 | 15 [except] |
| 363 | 15.1 [except.throw] |
| 364 | 15.2 [except.ctor] |
| 365 | 15.3 [except.handle] |
| 366 | 15.4 [except.spec] |
| 367 | 15.5 [except.special] |
| 368 | 15.5.1 [except.terminate] |
| 369 | 15.5.2 [except.unexpected] |
| 370 | 15.5.3 [except.uncaught] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 371 | 16 [cpp] |
| 372 | 16.1 [cpp.cond] |
| 373 | 16.2 [cpp.include] |
| 374 | 16.3 [cpp.replace] |
| 375 | 16.3.1 [cpp.subst] |
| 376 | 16.3.2 [cpp.stringize] |
| 377 | 16.3.3 [cpp.concat] |
| 378 | 16.3.4 [cpp.rescan] |
| 379 | 16.3.5 [cpp.scope] |
| 380 | 16.4 [cpp.line] |
| 381 | 16.5 [cpp.error] |
| 382 | 16.6 [cpp.pragma] |
| 383 | 16.7 [cpp.null] |
| 384 | 16.8 [cpp.predefined] |
| 385 | 16.9 [cpp.pragma.op] |
| 386 | 17 [library] |
| 387 | 17.1 [library.general] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 388 | 17.2 [library.c] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 389 | 17.3 [definitions] |
| 390 | 17.3.1 [defns.arbitrary.stream] |
| 391 | 17.3.2 [defns.blocked] |
| 392 | 17.3.3 [defns.character] |
| 393 | 17.3.4 [defns.character.container] |
| 394 | 17.3.5 [defns.comparison] |
| 395 | 17.3.6 [defns.component] |
| 396 | 17.3.7 [defns.deadlock] |
| 397 | 17.3.8 [defns.default.behavior] |
| 398 | 17.3.9 [defns.handler] |
| 399 | 17.3.10 [defns.iostream.templates] |
| 400 | 17.3.11 [defns.modifier] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 401 | 17.3.12 [defns.move.assign] |
| 402 | 17.3.13 [defns.move.assign.op] |
| 403 | 17.3.14 [defns.move.ctor] |
| 404 | 17.3.15 [defns.obj.state] |
| 405 | 17.3.16 [defns.ntcts] |
| 406 | 17.3.17 [defns.observer] |
| 407 | 17.3.18 [defns.replacement] |
| 408 | 17.3.19 [defns.repositional.stream] |
| 409 | 17.3.20 [defns.required.behavior] |
| 410 | 17.3.21 [defns.reserved.function] |
| 411 | 17.3.22 [defns.stable] |
| 412 | 17.3.23 [defns.traits] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 413 | 17.4 [defns.additional] |
| 414 | 17.5 [description] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 415 | 17.5.1 [structure] |
| 416 | 17.5.1.1 [structure.elements] |
| 417 | 17.5.1.2 [structure.summary] |
| 418 | 17.5.1.3 [structure.requirements] |
| 419 | 17.5.1.4 [structure.specifications] |
| 420 | 17.5.1.5 [structure.see.also] |
| 421 | 17.5.2 [conventions] |
| 422 | 17.5.2.1 [type.descriptions] |
| 423 | 17.5.2.1.1 [type.descriptions.general] |
| 424 | 17.5.2.1.2 [enumerated.types] |
| 425 | 17.5.2.1.3 [bitmask.types] |
| 426 | 17.5.2.1.4 [character.seq] |
| 427 | 17.5.2.1.4.1 [byte.strings] |
| 428 | 17.5.2.1.4.2 [multibyte.strings] |
| 429 | 17.5.2.1.4.3 [char16_t.seq] |
| 430 | 17.5.2.1.4.4 [char32_t.seq] |
| 431 | 17.5.2.1.4.5 [wide.characters] |
| 432 | 17.5.2.2 [functions.within.classes] |
| 433 | 17.5.2.3 [objects.within.classes] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 434 | 17.6 [requirements] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 435 | 17.6.1 [organization] |
| 436 | 17.6.1.1 [contents] |
| 437 | 17.6.1.2 [headers] |
| 438 | 17.6.1.3 [compliance] |
| 439 | 17.6.2 [using] |
| 440 | 17.6.2.1 [using.overview] |
| 441 | 17.6.2.2 [using.headers] |
| 442 | 17.6.2.3 [using.linkage] |
| 443 | 17.6.3 [constraints] |
| 444 | 17.6.3.1 [constraints.overview] |
| 445 | 17.6.3.2 [namespace.constraints] |
| 446 | 17.6.3.2.1 [namespace.std] |
| 447 | 17.6.3.2.2 [namespace.posix] |
| 448 | 17.6.3.3 [reserved.names] |
| 449 | 17.6.3.3.1 [macro.names] |
| 450 | 17.6.3.3.2 [global.names] |
| 451 | 17.6.3.3.3 [extern.names] |
| 452 | 17.6.3.3.4 [extern.types] |
| 453 | 17.6.3.3.5 [usrlit.suffix] |
| 454 | 17.6.3.4 [alt.headers] |
| 455 | 17.6.3.5 [derived.classes] |
| 456 | 17.6.3.6 [replacement.functions] |
| 457 | 17.6.3.7 [handler.functions] |
| 458 | 17.6.3.8 [res.on.functions] |
| 459 | 17.6.3.9 [res.on.arguments] |
| 460 | 17.6.3.10 [res.on.objects] |
| 461 | 17.6.3.11 [res.on.required] |
| 462 | 17.6.4 [conforming] |
| 463 | 17.6.4.1 [conforming.overview] |
| 464 | 17.6.4.2 [res.on.headers] |
| 465 | 17.6.4.3 [res.on.macro.definitions] |
| 466 | 17.6.4.4 [global.functions] |
| 467 | 17.6.4.5 [member.functions] |
| 468 | 17.6.4.6 [reentrancy] |
| 469 | 17.6.4.7 [res.on.data.races] |
| 470 | 17.6.4.8 [protection.within.classes] |
| 471 | 17.6.4.9 [derivation] |
| 472 | 17.6.4.10 [res.on.exception.handling] |
| 473 | 17.6.4.11 [res.on.pointer.storage] |
| 474 | 17.6.4.12 [value.error.codes] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 475 | 18 [language.support] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 476 | 18.1 [support.general] |
| 477 | 18.2 [support.types] |
| 478 | 18.3 [support.limits] |
| 479 | 18.3.1 [limits] |
| 480 | 18.3.1.1 [numeric.limits] |
| 481 | 18.3.1.2 [numeric.limits.members] |
| 482 | 18.3.1.3 [round.style] |
| 483 | 18.3.1.4 [denorm.style] |
| 484 | 18.3.1.5 [numeric.special] |
| 485 | 18.3.2 [c.limits] |
| 486 | 18.4 [cstdint] |
| 487 | 18.4.1 [cstdint.syn] |
| 488 | 18.4.2 [stdinth] |
| 489 | 18.5 [support.start.term] |
| 490 | 18.6 [support.dynamic] |
| 491 | 18.6.1 [new.delete] |
| 492 | 18.6.1.1 [new.delete.single] |
| 493 | 18.6.1.2 [new.delete.array] |
| 494 | 18.6.1.3 [new.delete.placement] |
| 495 | 18.6.1.4 [new.delete.dataraces] |
| 496 | 18.6.2 [alloc.errors] |
| 497 | 18.6.2.1 [bad.alloc] |
| 498 | 18.6.2.2 [new.handler] |
| 499 | 18.6.2.3 [set.new.handler] |
| 500 | 18.7 [support.rtti] |
| 501 | 18.7.1 [type.info] |
| 502 | 18.7.2 [type.index] |
| 503 | 18.7.2.1 [type.index.overview] |
| 504 | 18.7.2.2 [type.index.members] |
| 505 | 18.7.2.3 [type.index.templ] |
| 506 | 18.7.3 [bad.cast] |
| 507 | 18.7.4 [bad.typeid] |
| 508 | 18.8 [support.exception] |
| 509 | 18.8.1 [exception] |
| 510 | 18.8.2 [exception.unexpected] |
| 511 | 18.8.2.1 [bad.exception] |
| 512 | 18.8.2.2 [unexpected.handler] |
| 513 | 18.8.2.3 [set.unexpected] |
| 514 | 18.8.2.4 [unexpected] |
| 515 | 18.8.3 [exception.terminate] |
| 516 | 18.8.3.1 [terminate.handler] |
| 517 | 18.8.3.2 [set.terminate] |
| 518 | 18.8.3.3 [terminate] |
| 519 | 18.8.4 [uncaught] |
| 520 | 18.8.5 [propagation] |
| 521 | 18.8.6 [except.nested] |
| 522 | 18.9 [support.initlist] |
| 523 | 18.9.1 [support.initlist.cons] |
| 524 | 18.9.2 [support.initlist.access] |
| 525 | 18.9.3 [support.initlist.concept] |
| 526 | 18.10 [support.runtime] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 527 | 19 [diagnostics] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 528 | 19.1 [diagnostics.general] |
| 529 | 19.2 [std.exceptions] |
| 530 | 19.2.1 [logic.error] |
| 531 | 19.2.2 [domain.error] |
| 532 | 19.2.3 [invalid.argument] |
| 533 | 19.2.4 [length.error] |
| 534 | 19.2.5 [out.of.range] |
| 535 | 19.2.6 [runtime.error] |
| 536 | 19.2.7 [range.error] |
| 537 | 19.2.8 [overflow.error] |
| 538 | 19.2.9 [underflow.error] |
| 539 | 19.3 [assertions] |
| 540 | 19.4 [errno] |
| 541 | 19.5 [syserr] |
| 542 | 19.5.1 [syserr.errcat] |
| 543 | 19.5.1.1 [syserr.errcat.overview] |
| 544 | 19.5.1.2 [syserr.errcat.virtuals] |
| 545 | 19.5.1.3 [syserr.errcat.nonvirtuals] |
| 546 | 19.5.1.4 [syserr.errcat.derived] |
| 547 | 19.5.1.5 [syserr.errcat.objects] |
| 548 | 19.5.2 [syserr.errcode] |
| 549 | 19.5.2.1 [syserr.errcodeenum] |
| 550 | 19.5.2.2 [syserr.errcode.overview] |
| 551 | 19.5.2.3 [syserr.errcode.constructors] |
| 552 | 19.5.2.4 [syserr.errcode.modifiers] |
| 553 | 19.5.2.5 [syserr.errcode.observers] |
| 554 | 19.5.2.6 [syserr.errcode.nonmembers] |
| 555 | 19.5.3 [syserr.errcondition] |
| 556 | 19.5.3.1 [syserr.errcondenum] |
| 557 | 19.5.3.2 [syserr.errcondition.overview] |
| 558 | 19.5.3.3 [syserr.errcondition.constructors] |
| 559 | 19.5.3.4 [syserr.errcondition.modifiers] |
| 560 | 19.5.3.5 [syserr.errcondition.observers] |
| 561 | 19.5.3.6 [syserr.errcondition.nonmembers] |
| 562 | 19.5.4 [syserr.compare] |
| 563 | 19.5.5 [syserr.syserr] |
| 564 | 19.5.5.1 [syserr.syserr.overview] |
| 565 | 19.5.5.2 [syserr.syserr.members] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 566 | 20 [utilities] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 567 | 20.1 [utilities.general] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 568 | 20.2 [utility.concepts] |
| 569 | 20.2.1 [concept.transform] |
| 570 | 20.2.2 [concept.true] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 571 | 20.2.3 [concept.classify] |
| 572 | 20.2.4 [concept.operator] |
| 573 | 20.2.5 [concept.predicate] |
| 574 | 20.2.6 [concept.comparison] |
| 575 | 20.2.7 [concept.construct] |
| 576 | 20.2.8 [concept.destruct] |
| 577 | 20.2.9 [concept.copymove] |
| 578 | 20.2.10 [concept.memory] |
| 579 | 20.2.11 [concept.regular] |
| 580 | 20.2.12 [concept.convertible] |
| 581 | 20.2.13 [concept.arithmetic] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 582 | 20.3 [utility] |
| 583 | 20.3.1 [operators] |
| 584 | 20.3.2 [forward] |
| 585 | 20.3.3 [pairs] |
| 586 | 20.3.4 [pair.astuple] |
| 587 | 20.3.5 [pair.concepts] |
| 588 | 20.3.6 [template.bitset] |
| 589 | 20.3.6.1 [bitset.cons] |
| 590 | 20.3.6.2 [bitset.members] |
| 591 | 20.3.6.3 [bitset.operators] |
| 592 | 20.4 [ratio] |
| 593 | 20.4.1 [ratio.ratio] |
| 594 | 20.4.2 [ratio.arithmetic] |
| 595 | 20.4.3 [ratio.comparison] |
| 596 | 20.4.4 [ratio.si] |
| 597 | 20.5 [tuple] |
| 598 | 20.5.1 [tuple.general] |
| 599 | 20.5.2 [tuple.tuple] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 600 | 20.5.2.1 [tuple.cnstr] |
| 601 | 20.5.2.2 [tuple.creation] |
| 602 | 20.5.2.3 [tuple.helper] |
| 603 | 20.5.2.4 [tuple.elem] |
| 604 | 20.5.2.5 [tuple.rel] |
| 605 | 20.5.2.6 [tuple.swap] |
| 606 | 20.5.2.7 [tuple.special] |
| 607 | 20.5.2.8 [tuple.concepts] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 608 | 20.6 [meta] |
| 609 | 20.6.1 [meta.rqmts] |
| 610 | 20.6.2 [meta.type.synop] |
| 611 | 20.6.3 [meta.help] |
| 612 | 20.6.4 [meta.unary] |
| 613 | 20.6.4.1 [meta.unary.cat] |
| 614 | 20.6.4.2 [meta.unary.comp] |
| 615 | 20.6.4.3 [meta.unary.prop] |
| 616 | 20.6.5 [meta.rel] |
| 617 | 20.6.6 [meta.trans] |
| 618 | 20.6.6.1 [meta.trans.cv] |
| 619 | 20.6.6.2 [meta.trans.ref] |
| 620 | 20.6.6.3 [meta.trans.sign] |
| 621 | 20.6.6.4 [meta.trans.arr] |
| 622 | 20.6.6.5 [meta.trans.ptr] |
| 623 | 20.6.7 [meta.trans.other] |
| 624 | 20.7 [function.objects] |
| 625 | 20.7.1 [func.def] |
| 626 | 20.7.2 [func.require] |
| 627 | 20.7.3 [base] |
| 628 | 20.7.4 [func.ret] |
| 629 | 20.7.5 [refwrap] |
| 630 | 20.7.5.1 [refwrap.const] |
| 631 | 20.7.5.2 [refwrap.assign] |
| 632 | 20.7.5.3 [refwrap.access] |
| 633 | 20.7.5.4 [refwrap.invoke] |
| 634 | 20.7.5.5 [refwrap.helpers] |
| 635 | 20.7.6 [identity.operation] |
| 636 | 20.7.7 [arithmetic.operations] |
| 637 | 20.7.8 [comparisons] |
| 638 | 20.7.9 [logical.operations] |
| 639 | 20.7.10 [bitwise.operations] |
| 640 | 20.7.11 [negators] |
| 641 | 20.7.12 [bind] |
| 642 | 20.7.12.1 [func.bind] |
| 643 | 20.7.12.1.1 [func.bind.isbind] |
| 644 | 20.7.12.1.2 [func.bind.isplace] |
| 645 | 20.7.12.1.3 [func.bind.bind] |
| 646 | 20.7.12.1.4 [func.bind.place] |
| 647 | 20.7.13 [function.pointer.adaptors] |
| 648 | 20.7.14 [member.pointer.adaptors] |
| 649 | 20.7.15 [func.memfn] |
| 650 | 20.7.16 [func.wrap] |
| 651 | 20.7.16.1 [func.wrap.badcall] |
| 652 | 20.7.16.1.1 [func.wrap.badcall.const] |
| 653 | 20.7.16.2 [func.wrap.func] |
| 654 | 20.7.16.2.1 [func.wrap.func.con] |
| 655 | 20.7.16.2.2 [func.wrap.func.mod] |
| 656 | 20.7.16.2.3 [func.wrap.func.cap] |
| 657 | 20.7.16.2.4 [func.wrap.func.inv] |
| 658 | 20.7.16.2.5 [func.wrap.func.targ] |
| 659 | 20.7.16.2.6 [func.wrap.func.nullptr] |
| 660 | 20.7.16.2.7 [func.wrap.func.alg] |
| 661 | 20.7.17 [unord.hash] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 662 | 20.8 [memory] |
| 663 | 20.8.1 [allocator.tag] |
| 664 | 20.8.2 [allocator] |
| 665 | 20.8.2.1 [allocator.general] |
| 666 | 20.8.2.2 [allocator.concepts] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 667 | 20.8.2.3 [allocator.concepts.legacy] |
| 668 | 20.8.2.4 [allocator.concepts.members] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 669 | 20.8.3 [allocator.element.concepts] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 670 | 20.8.4 [default.allocator] |
| 671 | 20.8.4.1 [allocator.members] |
| 672 | 20.8.4.2 [allocator.globals] |
| 673 | 20.8.5 [allocator.adaptor] |
| 674 | 20.8.5.1 [allocator.adaptor.base] |
| 675 | 20.8.5.2 [allocator.adaptor.cntr] |
| 676 | 20.8.5.3 [allocator.adaptor2.cntr] |
| 677 | 20.8.5.4 [allocator.adaptor.members] |
| 678 | 20.8.5.5 [allocator.adaptor.globals] |
| 679 | 20.8.6 [storage.iterator] |
| 680 | 20.8.7 [temporary.buffer] |
| 681 | 20.8.8 [specialized.algorithms] |
| 682 | 20.8.8.1 [object.addressof] |
| 683 | 20.8.8.2 [uninitialized.copy] |
| 684 | 20.8.8.3 [uninitialized.fill] |
| 685 | 20.8.8.4 [uninitialized.fill.n] |
| 686 | 20.8.9 [unique.ptr] |
| 687 | 20.8.9.1 [unique.ptr.dltr] |
| 688 | 20.8.9.1.1 [unique.ptr.dltr.dflt] |
| 689 | 20.8.9.1.2 [unique.ptr.dltr.dflt1] |
| 690 | 20.8.9.2 [unique.ptr.single] |
| 691 | 20.8.9.2.1 [unique.ptr.single.ctor] |
| 692 | 20.8.9.2.2 [unique.ptr.single.dtor] |
| 693 | 20.8.9.2.3 [unique.ptr.single.asgn] |
| 694 | 20.8.9.2.4 [unique.ptr.single.observers] |
| 695 | 20.8.9.2.5 [unique.ptr.single.modifiers] |
| 696 | 20.8.9.3 [unique.ptr.runtime] |
| 697 | 20.8.9.3.1 [unique.ptr.runtime.ctor] |
| 698 | 20.8.9.3.2 [unique.ptr.runtime.observers] |
| 699 | 20.8.9.3.3 [unique.ptr.runtime.modifiers] |
| 700 | 20.8.9.4 [unique.ptr.special] |
| 701 | 20.8.10 [util.smartptr] |
| 702 | 20.8.10.1 [util.smartptr.weakptr] |
| 703 | 20.8.10.2 [util.smartptr.shared] |
| 704 | 20.8.10.2.1 [util.smartptr.shared.const] |
| 705 | 20.8.10.2.2 [util.smartptr.shared.dest] |
| 706 | 20.8.10.2.3 [util.smartptr.shared.assign] |
| 707 | 20.8.10.2.4 [util.smartptr.shared.mod] |
| 708 | 20.8.10.2.5 [util.smartptr.shared.obs] |
| 709 | 20.8.10.2.6 [util.smartptr.shared.create] |
| 710 | 20.8.10.2.7 [util.smartptr.shared.cmp] |
| 711 | 20.8.10.2.8 [util.smartptr.shared.io] |
| 712 | 20.8.10.2.9 [util.smartptr.shared.spec] |
| 713 | 20.8.10.2.10 [util.smartptr.shared.cast] |
| 714 | 20.8.10.2.11 [util.smartptr.getdeleter] |
| 715 | 20.8.10.3 [util.smartptr.weak] |
| 716 | 20.8.10.3.1 [util.smartptr.weak.const] |
| 717 | 20.8.10.3.2 [util.smartptr.weak.dest] |
| 718 | 20.8.10.3.3 [util.smartptr.weak.assign] |
| 719 | 20.8.10.3.4 [util.smartptr.weak.mod] |
| 720 | 20.8.10.3.5 [util.smartptr.weak.obs] |
| 721 | 20.8.10.3.6 [util.smartptr.weak.spec] |
| 722 | 20.8.10.4 [util.smartptr.ownerless] |
| 723 | 20.8.10.5 [util.smartptr.enab] |
| 724 | 20.8.10.6 [util.smartptr.shared.atomic] |
| 725 | 20.8.10.7 [util.dynamic.safety] |
| 726 | 20.8.11 [ptr.align] |
| 727 | 20.8.12 [c.malloc] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 728 | 20.9 [time] |
| 729 | 20.9.1 [time.clock.req] |
| 730 | 20.9.2 [time.traits] |
| 731 | 20.9.2.1 [time.traits.is_fp] |
| 732 | 20.9.2.2 [time.traits.duration_values] |
| 733 | 20.9.2.3 [time.traits.specializations] |
| 734 | 20.9.3 [time.duration] |
| 735 | 20.9.3.1 [time.duration.cons] |
| 736 | 20.9.3.2 [time.duration.observer] |
| 737 | 20.9.3.3 [time.duration.arithmetic] |
| 738 | 20.9.3.4 [time.duration.special] |
| 739 | 20.9.3.5 [time.duration.nonmember] |
| 740 | 20.9.3.6 [time.duration.comparisons] |
| 741 | 20.9.3.7 [time.duration.cast] |
| 742 | 20.9.4 [time.point] |
| 743 | 20.9.4.1 [time.point.cons] |
| 744 | 20.9.4.2 [time.point.observer] |
| 745 | 20.9.4.3 [time.point.arithmetic] |
| 746 | 20.9.4.4 [time.point.special] |
| 747 | 20.9.4.5 [time.point.nonmember] |
| 748 | 20.9.4.6 [time.point.comparisons] |
| 749 | 20.9.4.7 [time.point.cast] |
| 750 | 20.9.5 [time.clock] |
| 751 | 20.9.5.1 [time.clock.system] |
| 752 | 20.9.5.2 [time.clock.monotonic] |
| 753 | 20.9.5.3 [time.clock.hires] |
| 754 | 20.10 [date.time] |
| 755 | 21 [strings] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 756 | 21.1 [strings.general] |
| 757 | 21.2 [char.traits] |
| 758 | 21.2.1 [char.traits.require] |
| 759 | 21.2.2 [char.traits.typedefs] |
| 760 | 21.2.3 [char.traits.specializations] |
| 761 | 21.2.3.1 [char.traits.specializations.char] |
| 762 | 21.2.3.2 [char.traits.specializations.char16_t] |
| 763 | 21.2.3.3 [char.traits.specializations.char32_t] |
| 764 | 21.2.3.4 [char.traits.specializations.wchar.t] |
| 765 | 21.3 [string.classes] |
| 766 | 21.4 [basic.string] |
| 767 | 21.4.1 [string.require] |
| 768 | 21.4.2 [string.cons] |
| 769 | 21.4.3 [string.iterators] |
| 770 | 21.4.4 [string.capacity] |
| 771 | 21.4.5 [string.access] |
| 772 | 21.4.6 [string.modifiers] |
| 773 | 21.4.6.1 [string::op+=] |
| 774 | 21.4.6.2 [string::append] |
| 775 | 21.4.6.3 [string::assign] |
| 776 | 21.4.6.4 [string::insert] |
| 777 | 21.4.6.5 [string::erase] |
| 778 | 21.4.6.6 [string::replace] |
| 779 | 21.4.6.7 [string::copy] |
| 780 | 21.4.6.8 [string::swap] |
| 781 | 21.4.7 [string.ops] |
| 782 | 21.4.7.1 [string.accessors] |
| 783 | 21.4.7.2 [string::find] |
| 784 | 21.4.7.3 [string::rfind] |
| 785 | 21.4.7.4 [string::find.first.of] |
| 786 | 21.4.7.5 [string::find.last.of] |
| 787 | 21.4.7.6 [string::find.first.not.of] |
| 788 | 21.4.7.7 [string::find.last.not.of] |
| 789 | 21.4.7.8 [string::substr] |
| 790 | 21.4.7.9 [string::compare] |
| 791 | 21.4.8 [string.nonmembers] |
| 792 | 21.4.8.1 [string::op+] |
| 793 | 21.4.8.2 [string::operator==] |
| 794 | 21.4.8.3 [string::op!=] |
| 795 | 21.4.8.4 [string::op<] |
| 796 | 21.4.8.5 [string::op>] |
| 797 | 21.4.8.6 [string::op<=] |
| 798 | 21.4.8.7 [string::op>=] |
| 799 | 21.4.8.8 [string.special] |
| 800 | 21.4.8.9 [string.io] |
| 801 | 21.5 [string.conversions] |
| 802 | 21.6 [c.strings] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 803 | 22 [localization] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 804 | 22.1 [localization.general] |
| 805 | 22.2 [locale.syn] |
| 806 | 22.3 [locales] |
| 807 | 22.3.1 [locale] |
| 808 | 22.3.1.1 [locale.types] |
| 809 | 22.3.1.1.1 [locale.category] |
| 810 | 22.3.1.1.2 [locale.facet] |
| 811 | 22.3.1.1.3 [locale.id] |
| 812 | 22.3.1.2 [locale.cons] |
| 813 | 22.3.1.3 [locale.members] |
| 814 | 22.3.1.4 [locale.operators] |
| 815 | 22.3.1.5 [locale.statics] |
| 816 | 22.3.2 [locale.global.templates] |
| 817 | 22.3.3 [locale.convenience] |
| 818 | 22.3.3.1 [classification] |
| 819 | 22.3.3.2 [conversions] |
| 820 | 22.3.3.2.1 [conversions.character] |
| 821 | 22.3.3.2.2 [conversions.string] |
| 822 | 22.3.3.2.3 [conversions.buffer] |
| 823 | 22.4 [locale.categories] |
| 824 | 22.4.1 [category.ctype] |
| 825 | 22.4.1.1 [locale.ctype] |
| 826 | 22.4.1.1.1 [locale.ctype.members] |
| 827 | 22.4.1.1.2 [locale.ctype.virtuals] |
| 828 | 22.4.1.2 [locale.ctype.byname] |
| 829 | 22.4.1.3 [facet.ctype.special] |
| 830 | 22.4.1.3.1 [facet.ctype.char.dtor] |
| 831 | 22.4.1.3.2 [facet.ctype.char.members] |
| 832 | 22.4.1.3.3 [facet.ctype.char.statics] |
| 833 | 22.4.1.3.4 [facet.ctype.char.virtuals] |
| 834 | 22.4.1.4 [locale.codecvt] |
| 835 | 22.4.1.4.1 [locale.codecvt.members] |
| 836 | 22.4.1.4.2 [locale.codecvt.virtuals] |
| 837 | 22.4.1.5 [locale.codecvt.byname] |
| 838 | 22.4.2 [category.numeric] |
| 839 | 22.4.2.1 [locale.num.get] |
| 840 | 22.4.2.1.1 [facet.num.get.members] |
| 841 | 22.4.2.1.2 [facet.num.get.virtuals] |
| 842 | 22.4.2.2 [locale.nm.put] |
| 843 | 22.4.2.2.1 [facet.num.put.members] |
| 844 | 22.4.2.2.2 [facet.num.put.virtuals] |
| 845 | 22.4.3 [facet.numpunct] |
| 846 | 22.4.3.1 [locale.numpunct] |
| 847 | 22.4.3.1.1 [facet.numpunct.members] |
| 848 | 22.4.3.1.2 [facet.numpunct.virtuals] |
| 849 | 22.4.3.2 [locale.numpunct.byname] |
| 850 | 22.4.4 [category.collate] |
| 851 | 22.4.4.1 [locale.collate] |
| 852 | 22.4.4.1.1 [locale.collate.members] |
| 853 | 22.4.4.1.2 [locale.collate.virtuals] |
| 854 | 22.4.4.2 [locale.collate.byname] |
| 855 | 22.4.5 [category.time] |
| 856 | 22.4.5.1 [locale.time.get] |
| 857 | 22.4.5.1.1 [locale.time.get.members] |
| 858 | 22.4.5.1.2 [locale.time.get.virtuals] |
| 859 | 22.4.5.2 [locale.time.get.byname] |
| 860 | 22.4.5.3 [locale.time.put] |
| 861 | 22.4.5.3.1 [locale.time.put.members] |
| 862 | 22.4.5.3.2 [locale.time.put.virtuals] |
| 863 | 22.4.5.4 [locale.time.put.byname] |
| 864 | 22.4.6 [category.monetary] |
| 865 | 22.4.6.1 [locale.money.get] |
| 866 | 22.4.6.1.1 [locale.money.get.members] |
| 867 | 22.4.6.1.2 [locale.money.get.virtuals] |
| 868 | 22.4.6.2 [locale.money.put] |
| 869 | 22.4.6.2.1 [locale.money.put.members] |
| 870 | 22.4.6.2.2 [locale.money.put.virtuals] |
| 871 | 22.4.6.3 [locale.moneypunct] |
| 872 | 22.4.6.3.1 [locale.moneypunct.members] |
| 873 | 22.4.6.3.2 [locale.moneypunct.virtuals] |
| 874 | 22.4.6.4 [locale.moneypunct.byname] |
| 875 | 22.4.7 [category.messages] |
| 876 | 22.4.7.1 [locale.messages] |
| 877 | 22.4.7.1.1 [locale.messages.members] |
| 878 | 22.4.7.1.2 [locale.messages.virtuals] |
| 879 | 22.4.7.2 [locale.messages.byname] |
| 880 | 22.4.8 [facets.examples] |
| 881 | 22.5 [locale.stdcvt] |
| 882 | 22.6 [c.locales] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 883 | 23 [containers] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 884 | 23.1 [containers.general] |
| 885 | 23.2 [container.requirements] |
| 886 | 23.2.1 [container.requirements.general] |
| 887 | 23.2.2 [container.requirements.dataraces] |
| 888 | 23.2.3 [sequence.reqmts] |
| 889 | 23.2.4 [associative.reqmts] |
| 890 | 23.2.4.1 [associative.reqmts.except] |
| 891 | 23.2.5 [unord.req] |
| 892 | 23.2.5.1 [unord.req.except] |
| 893 | 23.2.6 [container.concepts] |
| 894 | 23.2.6.1 [container.concepts.free] |
| 895 | 23.2.6.2 [container.concepts.member] |
| 896 | 23.2.6.3 [container.concepts.maps] |
| 897 | 23.3 [sequences] |
| 898 | 23.3.1 [array] |
| 899 | 23.3.1.1 [array.cons] |
| 900 | 23.3.1.2 [array.special] |
| 901 | 23.3.1.3 [array.size] |
| 902 | 23.3.1.4 [array.data] |
| 903 | 23.3.1.5 [array.fill] |
| 904 | 23.3.1.6 [array.zero] |
| 905 | 23.3.1.7 [array.tuple] |
| 906 | 23.3.2 [deque] |
| 907 | 23.3.2.1 [deque.cons] |
| 908 | 23.3.2.2 [deque.capacity] |
| 909 | 23.3.2.3 [deque.modifiers] |
| 910 | 23.3.2.4 [deque.special] |
| 911 | 23.3.3 [forwardlist] |
| 912 | 23.3.3.1 [forwardlist.cons] |
| 913 | 23.3.3.2 [forwardlist.iter] |
| 914 | 23.3.3.3 [forwardlist.access] |
| 915 | 23.3.3.4 [forwardlist.modifiers] |
| 916 | 23.3.3.5 [forwardlist.ops] |
| 917 | 23.3.3.6 [forwardlist.spec] |
| 918 | 23.3.4 [list] |
| 919 | 23.3.4.1 [list.cons] |
| 920 | 23.3.4.2 [list.capacity] |
| 921 | 23.3.4.3 [list.modifiers] |
| 922 | 23.3.4.4 [list.ops] |
| 923 | 23.3.4.5 [list.special] |
| 924 | 23.3.5 [container.adaptors] |
| 925 | 23.3.5.1 [queue] |
| 926 | 23.3.5.1.1 [queue.defn] |
| 927 | 23.3.5.1.2 [queue.ops] |
| 928 | 23.3.5.1.3 [queue.special] |
| 929 | 23.3.5.2 [priority.queue] |
| 930 | 23.3.5.2.1 [priqueue.cons] |
| 931 | 23.3.5.2.2 [priqueue.members] |
| 932 | 23.3.5.2.3 [priqueue.special] |
| 933 | 23.3.5.3 [stack] |
| 934 | 23.3.5.3.1 [stack.defn] |
| 935 | 23.3.5.3.2 [stack.ops] |
| 936 | 23.3.5.3.3 [stack.special] |
| 937 | 23.3.6 [vector] |
| 938 | 23.3.6.1 [vector.cons] |
| 939 | 23.3.6.2 [vector.capacity] |
| 940 | 23.3.6.3 [vector.data] |
| 941 | 23.3.6.4 [vector.modifiers] |
| 942 | 23.3.6.5 [vector.special] |
| 943 | 23.3.7 [vector.bool] |
| 944 | 23.4 [associative] |
| 945 | 23.4.1 [map] |
| 946 | 23.4.1.1 [map.cons] |
| 947 | 23.4.1.2 [map.access] |
| 948 | 23.4.1.3 [map.modifiers] |
| 949 | 23.4.1.4 [map.ops] |
| 950 | 23.4.1.5 [map.special] |
| 951 | 23.4.2 [multimap] |
| 952 | 23.4.2.1 [multimap.cons] |
| 953 | 23.4.2.2 [multimap.modifiers] |
| 954 | 23.4.2.3 [multimap.ops] |
| 955 | 23.4.2.4 [multimap.special] |
| 956 | 23.4.3 [set] |
| 957 | 23.4.3.1 [set.cons] |
| 958 | 23.4.3.2 [set.special] |
| 959 | 23.4.4 [multiset] |
| 960 | 23.4.4.1 [multiset.cons] |
| 961 | 23.4.4.2 [multiset.special] |
| 962 | 23.5 [unord] |
| 963 | 23.5.1 [unord.map] |
| 964 | 23.5.1.1 [unord.map.cnstr] |
| 965 | 23.5.1.2 [unord.map.elem] |
| 966 | 23.5.1.3 [unord.map.swap] |
| 967 | 23.5.2 [unord.multimap] |
| 968 | 23.5.2.1 [unord.multimap.cnstr] |
| 969 | 23.5.2.2 [unord.multimap.swap] |
| 970 | 23.5.3 [unord.set] |
| 971 | 23.5.3.1 [unord.set.cnstr] |
| 972 | 23.5.3.2 [unord.set.swap] |
| 973 | 23.5.4 [unord.multiset] |
| 974 | 23.5.4.1 [unord.multiset.cnstr] |
| 975 | 23.5.4.2 [unord.multiset.swap] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 976 | 24 [iterators] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 977 | 24.1 [iterators.general] |
| 978 | 24.2 [iterator.concepts] |
| 979 | 24.2.1 [iterator.iterators] |
| 980 | 24.2.2 [input.iterators] |
| 981 | 24.2.3 [output.iterators] |
| 982 | 24.2.4 [forward.iterators] |
| 983 | 24.2.5 [bidirectional.iterators] |
| 984 | 24.2.6 [random.access.iterators] |
| 985 | 24.2.7 [shuffle.iterators] |
| 986 | 24.2.8 [iterator.concepts.range] |
| 987 | 24.3 [iterator.syn] |
| 988 | 24.4 [iterator.operations] |
| 989 | 24.5 [predef.iterators] |
| 990 | 24.5.1 [reverse.iterators] |
| 991 | 24.5.1.1 [reverse.iterator] |
| 992 | 24.5.1.2 [reverse.iter.ops] |
| 993 | 24.5.1.2.1 [reverse.iter.cons] |
| 994 | 24.5.1.2.2 [reverse.iter.op=] |
| 995 | 24.5.1.2.3 [reverse.iter.conv] |
| 996 | 24.5.1.2.4 [reverse.iter.op.star] |
| 997 | 24.5.1.2.5 [reverse.iter.opref] |
| 998 | 24.5.1.2.6 [reverse.iter.op++] |
| 999 | 24.5.1.2.7 [reverse.iter.op--] |
| 1000 | 24.5.1.2.8 [reverse.iter.op+] |
| 1001 | 24.5.1.2.9 [reverse.iter.op+=] |
| 1002 | 24.5.1.2.10 [reverse.iter.op-] |
| 1003 | 24.5.1.2.11 [reverse.iter.op-=] |
| 1004 | 24.5.1.2.12 [reverse.iter.opindex] |
| 1005 | 24.5.1.2.13 [reverse.iter.op==] |
| 1006 | 24.5.1.2.14 [reverse.iter.op<] |
| 1007 | 24.5.1.2.15 [reverse.iter.op!=] |
| 1008 | 24.5.1.2.16 [reverse.iter.op>] |
| 1009 | 24.5.1.2.17 [reverse.iter.op>=] |
| 1010 | 24.5.1.2.18 [reverse.iter.op<=] |
| 1011 | 24.5.1.2.19 [reverse.iter.opdiff] |
| 1012 | 24.5.1.2.20 [reverse.iter.opsum] |
| 1013 | 24.5.1.3 [reverse.iter.maps] |
| 1014 | 24.5.2 [move.iterators] |
| 1015 | 24.5.2.1 [move.iterator] |
| 1016 | 24.5.2.2 [move.iter.ops] |
| 1017 | 24.5.2.2.1 [move.iter.op.const] |
| 1018 | 24.5.2.2.2 [move.iter.op=] |
| 1019 | 24.5.2.2.3 [move.iter.op.conv] |
| 1020 | 24.5.2.2.4 [move.iter.op.star] |
| 1021 | 24.5.2.2.5 [move.iter.op.ref] |
| 1022 | 24.5.2.2.6 [move.iter.op.incr] |
| 1023 | 24.5.2.2.7 [move.iter.op.decr] |
| 1024 | 24.5.2.2.8 [move.iter.op.+] |
| 1025 | 24.5.2.2.9 [move.iter.op.+=] |
| 1026 | 24.5.2.2.10 [move.iter.op.-] |
| 1027 | 24.5.2.2.11 [move.iter.op.-=] |
| 1028 | 24.5.2.2.12 [move.iter.op.index] |
| 1029 | 24.5.2.2.13 [move.iter.op.comp] |
| 1030 | 24.5.2.2.14 [move.iter.nonmember] |
| 1031 | 24.5.2.2.15 [move.iter.maps] |
| 1032 | 24.6 [stream.iterators] |
| 1033 | 24.6.1 [istream.iterator] |
| 1034 | 24.6.1.1 [istream.iterator.cons] |
| 1035 | 24.6.1.2 [istream.iterator.ops] |
| 1036 | 24.6.2 [ostream.iterator] |
| 1037 | 24.6.2.1 [ostream.iterator.cons.des] |
| 1038 | 24.6.2.2 [ostream.iterator.ops] |
| 1039 | 24.6.3 [istreambuf.iterator] |
| 1040 | 24.6.3.1 [istreambuf.iterator::proxy] |
| 1041 | 24.6.3.2 [istreambuf.iterator.cons] |
| 1042 | 24.6.3.3 [istreambuf.iterator::op*] |
| 1043 | 24.6.3.4 [istreambuf.iterator::op++] |
| 1044 | 24.6.3.5 [istreambuf.iterator::equal] |
| 1045 | 24.6.3.6 [istreambuf.iterator::op==] |
| 1046 | 24.6.3.7 [istreambuf.iterator::op!=] |
| 1047 | 24.6.4 [ostreambuf.iterator] |
| 1048 | 24.6.4.1 [ostreambuf.iter.cons] |
| 1049 | 24.6.4.2 [ostreambuf.iter.ops] |
| 1050 | 24.7 [insert.iterators] |
| 1051 | 24.7.1 [back.insert.iterator] |
| 1052 | 24.7.2 [back.insert.iter.ops] |
| 1053 | 24.7.2.1 [back.insert.iter.cons] |
| 1054 | 24.7.2.2 [back.insert.iter.op=] |
| 1055 | 24.7.2.3 [back.insert.iter.op*] |
| 1056 | 24.7.2.4 [back.insert.iter.op++] |
| 1057 | 24.7.2.5 [back.inserter] |
| 1058 | 24.7.2.6 [back.insert.iter.maps] |
| 1059 | 24.7.3 [front.insert.iterator] |
| 1060 | 24.7.4 [front.insert.iter.ops] |
| 1061 | 24.7.4.1 [front.insert.iter.cons] |
| 1062 | 24.7.4.2 [front.insert.iter.op=] |
| 1063 | 24.7.4.3 [front.insert.iter.op*] |
| 1064 | 24.7.4.4 [front.insert.iter.op++] |
| 1065 | 24.7.4.5 [front.inserter] |
| 1066 | 24.7.4.6 [front.insert.iter.maps] |
| 1067 | 24.7.5 [insert.iterator] |
| 1068 | 24.7.6 [insert.iter.ops] |
| 1069 | 24.7.6.1 [insert.iter.cons] |
| 1070 | 24.7.6.2 [insert.iter.op=] |
| 1071 | 24.7.6.3 [insert.iter.op*] |
| 1072 | 24.7.6.4 [insert.iter.op++] |
| 1073 | 24.7.6.5 [inserter] |
| 1074 | 24.7.6.6 [insert.iter.maps] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 1075 | 25 [algorithms] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 1076 | 25.1 [algorithms.general] |
| 1077 | 25.2 [algorithms.syn] |
| 1078 | 25.3 [alg.nonmodifying] |
| 1079 | 25.3.1 [alg.all_of] |
| 1080 | 25.3.2 [alg.any_of] |
| 1081 | 25.3.3 [alg.none_of] |
| 1082 | 25.3.4 [alg.foreach] |
| 1083 | 25.3.5 [alg.find] |
| 1084 | 25.3.6 [alg.find.end] |
| 1085 | 25.3.7 [alg.find.first.of] |
| 1086 | 25.3.8 [alg.adjacent.find] |
| 1087 | 25.3.9 [alg.count] |
| 1088 | 25.3.10 [mismatch] |
| 1089 | 25.3.11 [alg.equal] |
| 1090 | 25.3.12 [alg.search] |
| 1091 | 25.4 [alg.modifying.operations] |
| 1092 | 25.4.1 [alg.copy] |
| 1093 | 25.4.2 [alg.move] |
| 1094 | 25.4.3 [alg.swap] |
| 1095 | 25.4.4 [alg.transform] |
| 1096 | 25.4.5 [alg.replace] |
| 1097 | 25.4.6 [alg.fill] |
| 1098 | 25.4.7 [alg.generate] |
| 1099 | 25.4.8 [alg.remove] |
| 1100 | 25.4.9 [alg.unique] |
| 1101 | 25.4.10 [alg.reverse] |
| 1102 | 25.4.11 [alg.rotate] |
| 1103 | 25.4.12 [alg.random.shuffle] |
| 1104 | 25.4.13 [alg.partitions] |
| 1105 | 25.5 [alg.sorting] |
| 1106 | 25.5.1 [alg.sort] |
| 1107 | 25.5.1.1 [sort] |
| 1108 | 25.5.1.2 [stable.sort] |
| 1109 | 25.5.1.3 [partial.sort] |
| 1110 | 25.5.1.4 [partial.sort.copy] |
| 1111 | 25.5.1.5 [is.sorted] |
| 1112 | 25.5.2 [alg.nth.element] |
| 1113 | 25.5.3 [alg.binary.search] |
| 1114 | 25.5.3.1 [lower.bound] |
| 1115 | 25.5.3.2 [upper.bound] |
| 1116 | 25.5.3.3 [equal.range] |
| 1117 | 25.5.3.4 [binary.search] |
| 1118 | 25.5.4 [alg.merge] |
| 1119 | 25.5.5 [alg.set.operations] |
| 1120 | 25.5.5.1 [includes] |
| 1121 | 25.5.5.2 [set.union] |
| 1122 | 25.5.5.3 [set.intersection] |
| 1123 | 25.5.5.4 [set.difference] |
| 1124 | 25.5.5.5 [set.symmetric.difference] |
| 1125 | 25.5.6 [alg.heap.operations] |
| 1126 | 25.5.6.1 [push.heap] |
| 1127 | 25.5.6.2 [pop.heap] |
| 1128 | 25.5.6.3 [make.heap] |
| 1129 | 25.5.6.4 [sort.heap] |
| 1130 | 25.5.6.5 [is.heap] |
| 1131 | 25.5.7 [alg.min.max] |
| 1132 | 25.5.8 [alg.lex.comparison] |
| 1133 | 25.5.9 [alg.permutation.generators] |
| 1134 | 25.6 [alg.c.library] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 1135 | 26 [numerics] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 1136 | 26.1 [numerics.general] |
| 1137 | 26.2 [numeric.requirements] |
| 1138 | 26.3 [cfenv] |
| 1139 | 26.3.1 [cfenv.syn] |
| 1140 | 26.3.2 [fenv] |
| 1141 | 26.4 [complex.numbers] |
| 1142 | 26.4.1 [complex.syn] |
| 1143 | 26.4.2 [complex] |
| 1144 | 26.4.3 [complex.special] |
| 1145 | 26.4.4 [complex.members] |
| 1146 | 26.4.5 [complex.member.ops] |
| 1147 | 26.4.6 [complex.ops] |
| 1148 | 26.4.7 [complex.value.ops] |
| 1149 | 26.4.8 [complex.transcendentals] |
| 1150 | 26.4.9 [cmplx.over] |
| 1151 | 26.4.10 [ccmplx] |
| 1152 | 26.4.11 [cmplxh] |
| 1153 | 26.5 [rand] |
| 1154 | 26.5.1 [rand.synopsis] |
| 1155 | 26.5.2 [rand.concept] |
| 1156 | 26.5.2.1 [rand.concept.seedseq] |
| 1157 | 26.5.2.2 [rand.concept.urng] |
| 1158 | 26.5.2.3 [rand.concept.eng] |
| 1159 | 26.5.2.4 [rand.concept.adapt] |
| 1160 | 26.5.2.5 [rand.concept.dist] |
| 1161 | 26.5.3 [rand.eng] |
| 1162 | 26.5.3.1 [rand.eng.lcong] |
| 1163 | 26.5.3.2 [rand.eng.mers] |
| 1164 | 26.5.3.3 [rand.eng.sub] |
| 1165 | 26.5.4 [rand.adapt] |
| 1166 | 26.5.4.1 [rand.adapt.disc] |
| 1167 | 26.5.4.2 [rand.adapt.ibits] |
| 1168 | 26.5.4.3 [rand.adapt.shuf] |
| 1169 | 26.5.5 [rand.predef] |
| 1170 | 26.5.6 [rand.device] |
| 1171 | 26.5.7 [rand.util] |
| 1172 | 26.5.7.1 [rand.util.seedseq] |
| 1173 | 26.5.7.2 [rand.util.canonical] |
| 1174 | 26.5.8 [rand.dist] |
| 1175 | 26.5.8.1 [rand.dist.uni] |
| 1176 | 26.5.8.1.1 [rand.dist.uni.int] |
| 1177 | 26.5.8.1.2 [rand.dist.uni.real] |
| 1178 | 26.5.8.2 [rand.dist.bern] |
| 1179 | 26.5.8.2.1 [rand.dist.bern.bernoulli] |
| 1180 | 26.5.8.2.2 [rand.dist.bern.bin] |
| 1181 | 26.5.8.2.3 [rand.dist.bern.geo] |
| 1182 | 26.5.8.2.4 [rand.dist.bern.negbin] |
| 1183 | 26.5.8.3 [rand.dist.pois] |
| 1184 | 26.5.8.3.1 [rand.dist.pois.poisson] |
| 1185 | 26.5.8.3.2 [rand.dist.pois.exp] |
| 1186 | 26.5.8.3.3 [rand.dist.pois.gamma] |
| 1187 | 26.5.8.3.4 [rand.dist.pois.weibull] |
| 1188 | 26.5.8.3.5 [rand.dist.pois.extreme] |
| 1189 | 26.5.8.4 [rand.dist.norm] |
| 1190 | 26.5.8.4.1 [rand.dist.norm.normal] |
| 1191 | 26.5.8.4.2 [rand.dist.norm.lognormal] |
| 1192 | 26.5.8.4.3 [rand.dist.norm.chisq] |
| 1193 | 26.5.8.4.4 [rand.dist.norm.cauchy] |
| 1194 | 26.5.8.4.5 [rand.dist.norm.f] |
| 1195 | 26.5.8.4.6 [rand.dist.norm.t] |
| 1196 | 26.5.8.5 [rand.dist.samp] |
| 1197 | 26.5.8.5.1 [rand.dist.samp.discrete] |
| 1198 | 26.5.8.5.2 [rand.dist.samp.pconst] |
| 1199 | 26.5.8.5.3 [rand.dist.samp.plinear] |
| 1200 | 26.6 [numarray] |
| 1201 | 26.6.1 [valarray.syn] |
| 1202 | 26.6.2 [template.valarray] |
| 1203 | 26.6.2.1 [valarray.cons] |
| 1204 | 26.6.2.2 [valarray.assign] |
| 1205 | 26.6.2.3 [valarray.access] |
| 1206 | 26.6.2.4 [valarray.sub] |
| 1207 | 26.6.2.5 [valarray.unary] |
| 1208 | 26.6.2.6 [valarray.cassign] |
| 1209 | 26.6.2.7 [valarray.members] |
| 1210 | 26.6.3 [valarray.nonmembers] |
| 1211 | 26.6.3.1 [valarray.binary] |
| 1212 | 26.6.3.2 [valarray.comparison] |
| 1213 | 26.6.3.3 [valarray.transcend] |
| 1214 | 26.6.3.4 [valarray.special] |
| 1215 | 26.6.4 [class.slice] |
| 1216 | 26.6.4.1 [cons.slice] |
| 1217 | 26.6.4.2 [slice.access] |
| 1218 | 26.6.5 [template.slice.array] |
| 1219 | 26.6.5.1 [slice.arr.assign] |
| 1220 | 26.6.5.2 [slice.arr.comp.assign] |
| 1221 | 26.6.5.3 [slice.arr.fill] |
| 1222 | 26.6.6 [class.gslice] |
| 1223 | 26.6.6.1 [gslice.cons] |
| 1224 | 26.6.6.2 [gslice.access] |
| 1225 | 26.6.7 [template.gslice.array] |
| 1226 | 26.6.7.1 [gslice.array.assign] |
| 1227 | 26.6.7.2 [gslice.array.comp.assign] |
| 1228 | 26.6.7.3 [gslice.array.fill] |
| 1229 | 26.6.8 [template.mask.array] |
| 1230 | 26.6.8.1 [mask.array.assign] |
| 1231 | 26.6.8.2 [mask.array.comp.assign] |
| 1232 | 26.6.8.3 [mask.array.fill] |
| 1233 | 26.6.9 [template.indirect.array] |
| 1234 | 26.6.9.1 [indirect.array.assign] |
| 1235 | 26.6.9.2 [indirect.array.comp.assign] |
| 1236 | 26.6.9.3 [indirect.array.fill] |
| 1237 | 26.6.9.4 [valarray.concepts] |
| 1238 | 26.7 [numeric.ops] |
| 1239 | 26.7.1 [accumulate] |
| 1240 | 26.7.2 [inner.product] |
| 1241 | 26.7.3 [partial.sum] |
| 1242 | 26.7.4 [adjacent.difference] |
| 1243 | 26.7.5 [numeric.iota] |
| 1244 | 26.8 [c.math] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 1245 | 27 [input.output] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 1246 | 27.1 [input.output.general] |
| 1247 | 27.2 [iostreams.requirements] |
| 1248 | 27.2.1 [iostream.limits.imbue] |
| 1249 | 27.2.2 [iostreams.limits.pos] |
| 1250 | 27.2.3 [iostreams.threadsafety] |
| 1251 | 27.3 [iostream.forward] |
| 1252 | 27.4 [iostream.objects] |
| 1253 | 27.4.1 [narrow.stream.objects] |
| 1254 | 27.4.2 [wide.stream.objects] |
| 1255 | 27.5 [iostreams.base] |
| 1256 | 27.5.1 [stream.types] |
| 1257 | 27.5.2 [ios.base] |
| 1258 | 27.5.2.1 [ios.types] |
| 1259 | 27.5.2.1.1 [ios::failure] |
| 1260 | 27.5.2.1.2 [ios::fmtflags] |
| 1261 | 27.5.2.1.3 [ios::iostate] |
| 1262 | 27.5.2.1.4 [ios::openmode] |
| 1263 | 27.5.2.1.5 [ios::seekdir] |
| 1264 | 27.5.2.1.6 [ios::Init] |
| 1265 | 27.5.2.2 [fmtflags.state] |
| 1266 | 27.5.2.3 [ios.base.locales] |
| 1267 | 27.5.2.4 [ios.members.static] |
| 1268 | 27.5.2.5 [ios.base.storage] |
| 1269 | 27.5.2.6 [ios.base.callback] |
| 1270 | 27.5.2.7 [ios.base.cons] |
| 1271 | 27.5.3 [fpos] |
| 1272 | 27.5.3.1 [fpos.members] |
| 1273 | 27.5.3.2 [fpos.operations] |
| 1274 | 27.5.4 [ios] |
| 1275 | 27.5.4.1 [basic.ios.cons] |
| 1276 | 27.5.4.2 [basic.ios.members] |
| 1277 | 27.5.4.3 [iostate.flags] |
| 1278 | 27.5.5 [std.ios.manip] |
| 1279 | 27.5.5.1 [fmtflags.manip] |
| 1280 | 27.5.5.2 [adjustfield.manip] |
| 1281 | 27.5.5.3 [basefield.manip] |
| 1282 | 27.5.5.4 [floatfield.manip] |
| 1283 | 27.5.5.5 [error.reporting] |
| 1284 | 27.6 [stream.buffers] |
| 1285 | 27.6.1 [streambuf.reqts] |
| 1286 | 27.6.2 [streambuf] |
| 1287 | 27.6.2.1 [streambuf.cons] |
| 1288 | 27.6.2.2 [streambuf.members] |
| 1289 | 27.6.2.2.1 [streambuf.locales] |
| 1290 | 27.6.2.2.2 [streambuf.buffer] |
| 1291 | 27.6.2.2.3 [streambuf.pub.get] |
| 1292 | 27.6.2.2.4 [streambuf.pub.pback] |
| 1293 | 27.6.2.2.5 [streambuf.pub.put] |
| 1294 | 27.6.2.3 [streambuf.protected] |
| 1295 | 27.6.2.3.1 [streambuf.assign] |
| 1296 | 27.6.2.3.2 [streambuf.get.area] |
| 1297 | 27.6.2.3.3 [streambuf.put.area] |
| 1298 | 27.6.2.4 [streambuf.virtuals] |
| 1299 | 27.6.2.4.1 [streambuf.virt.locales] |
| 1300 | 27.6.2.4.2 [streambuf.virt.buffer] |
| 1301 | 27.6.2.4.3 [streambuf.virt.get] |
| 1302 | 27.6.2.4.4 [streambuf.virt.pback] |
| 1303 | 27.6.2.4.5 [streambuf.virt.put] |
| 1304 | 27.7 [iostream.format] |
| 1305 | 27.7.1 [input.streams] |
| 1306 | 27.7.1.1 [istream] |
| 1307 | 27.7.1.1.1 [istream.cons] |
| 1308 | 27.7.1.1.2 [istream.assign] |
| 1309 | 27.7.1.1.3 [istream::sentry] |
| 1310 | 27.7.1.2 [istream.formatted] |
| 1311 | 27.7.1.2.1 [istream.formatted.reqmts] |
| 1312 | 27.7.1.2.2 [istream.formatted.arithmetic] |
| 1313 | 27.7.1.2.3 [istream::extractors] |
| 1314 | 27.7.1.3 [istream.unformatted] |
| 1315 | 27.7.1.4 [istream.manip] |
| 1316 | 27.7.1.5 [iostreamclass] |
| 1317 | 27.7.1.5.1 [iostream.cons] |
| 1318 | 27.7.1.5.2 [iostream.dest] |
| 1319 | 27.7.1.5.3 [iostream.assign] |
| 1320 | 27.7.1.6 [istream.rvalue] |
| 1321 | 27.7.2 [output.streams] |
| 1322 | 27.7.2.1 [ostream] |
| 1323 | 27.7.2.2 [ostream.cons] |
| 1324 | 27.7.2.3 [ostream.assign] |
| 1325 | 27.7.2.4 [ostream::sentry] |
| 1326 | 27.7.2.5 [ostream.seeks] |
| 1327 | 27.7.2.6 [ostream.formatted] |
| 1328 | 27.7.2.6.1 [ostream.formatted.reqmts] |
| 1329 | 27.7.2.6.2 [ostream.inserters.arithmetic] |
| 1330 | 27.7.2.6.3 [ostream.inserters] |
| 1331 | 27.7.2.6.4 [ostream.inserters.character] |
| 1332 | 27.7.2.7 [ostream.unformatted] |
| 1333 | 27.7.2.8 [ostream.manip] |
| 1334 | 27.7.2.9 [ostream.rvalue] |
| 1335 | 27.7.3 [std.manip] |
| 1336 | 27.7.4 [ext.manip] |
| 1337 | 27.8 [string.streams] |
| 1338 | 27.8.1 [stringbuf] |
| 1339 | 27.8.1.1 [stringbuf.cons] |
| 1340 | 27.8.1.2 [stringbuf.assign] |
| 1341 | 27.8.1.3 [stringbuf.members] |
| 1342 | 27.8.1.4 [stringbuf.virtuals] |
| 1343 | 27.8.2 [istringstream] |
| 1344 | 27.8.2.1 [istringstream.cons] |
| 1345 | 27.8.2.2 [istringstream.assign] |
| 1346 | 27.8.2.3 [istringstream.members] |
| 1347 | 27.8.3 [ostringstream] |
| 1348 | 27.8.3.1 [ostringstream.cons] |
| 1349 | 27.8.3.2 [ostringstream.assign] |
| 1350 | 27.8.3.3 [ostringstream.members] |
| 1351 | 27.8.4 [stringstream] |
| 1352 | 27.8.5 [stringstream.cons] |
| 1353 | 27.8.5.1 [stringstream.assign] |
| 1354 | 27.8.6 [stringstream.members] |
| 1355 | 27.9 [file.streams] |
| 1356 | 27.9.1 [fstreams] |
| 1357 | 27.9.1.1 [filebuf] |
| 1358 | 27.9.1.2 [filebuf.cons] |
| 1359 | 27.9.1.3 [filebuf.assign] |
| 1360 | 27.9.1.4 [filebuf.members] |
| 1361 | 27.9.1.5 [filebuf.virtuals] |
| 1362 | 27.9.1.6 [ifstream] |
| 1363 | 27.9.1.7 [ifstream.cons] |
| 1364 | 27.9.1.8 [ifstream.assign] |
| 1365 | 27.9.1.9 [ifstream.members] |
| 1366 | 27.9.1.10 [ofstream] |
| 1367 | 27.9.1.11 [ofstream.cons] |
| 1368 | 27.9.1.12 [ofstream.assign] |
| 1369 | 27.9.1.13 [ofstream.members] |
| 1370 | 27.9.1.14 [fstream] |
| 1371 | 27.9.1.15 [fstream.cons] |
| 1372 | 27.9.1.16 [fstream.assign] |
| 1373 | 27.9.1.17 [fstream.members] |
| 1374 | 27.9.2 [c.files] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 1375 | 28 [re] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 1376 | 28.1 [re.general] |
| 1377 | 28.2 [re.def] |
| 1378 | 28.2.1 [defns.regex.collating.element] |
| 1379 | 28.2.2 [defns.regex.finite.state.machine] |
| 1380 | 28.2.3 [defns.regex.format.specifier] |
| 1381 | 28.2.4 [defns.regex.matched] |
| 1382 | 28.2.5 [defns.regex.primary.equivalence.class] |
| 1383 | 28.2.6 [defns.regex.regular.expression] |
| 1384 | 28.2.7 [defns.regex.subexpression] |
| 1385 | 28.3 [re.req] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 1386 | 28.4 [re.syn] |
| 1387 | 28.5 [re.const] |
| 1388 | 28.5.1 [re.synopt] |
| 1389 | 28.5.2 [re.matchflag] |
| 1390 | 28.5.3 [re.err] |
| 1391 | 28.6 [re.badexp] |
| 1392 | 28.7 [re.traits] |
| 1393 | 28.8 [re.regex] |
| 1394 | 28.8.1 [re.regex.const] |
| 1395 | 28.8.2 [re.regex.construct] |
| 1396 | 28.8.3 [re.regex.assign] |
| 1397 | 28.8.4 [re.regex.operations] |
| 1398 | 28.8.5 [re.regex.locale] |
| 1399 | 28.8.6 [re.regex.swap] |
| 1400 | 28.8.7 [re.regex.nonmemb] |
| 1401 | 28.8.7.1 [re.regex.nmswap] |
| 1402 | 28.9 [re.submatch] |
| 1403 | 28.9.1 [re.submatch.members] |
| 1404 | 28.9.2 [re.submatch.op] |
| 1405 | 28.9.3 [re.submatch.concepts] |
| 1406 | 28.10 [re.results] |
| 1407 | 28.10.1 [re.results.const] |
| 1408 | 28.10.2 [re.results.size] |
| 1409 | 28.10.3 [re.results.acc] |
| 1410 | 28.10.4 [re.results.form] |
| 1411 | 28.10.5 [re.results.all] |
| 1412 | 28.10.6 [re.results.swap] |
| 1413 | 28.10.7 [re.results.nonmember] |
| 1414 | 28.11 [re.alg] |
| 1415 | 28.11.1 [re.except] |
| 1416 | 28.11.2 [re.alg.match] |
| 1417 | 28.11.3 [re.alg.search] |
| 1418 | 28.11.4 [re.alg.replace] |
| 1419 | 28.12 [re.iter] |
| 1420 | 28.12.1 [re.regiter] |
| 1421 | 28.12.1.1 [re.regiter.cnstr] |
| 1422 | 28.12.1.2 [re.regiter.comp] |
| 1423 | 28.12.1.3 [re.regiter.deref] |
| 1424 | 28.12.1.4 [re.regiter.incr] |
| 1425 | 28.12.2 [re.tokiter] |
| 1426 | 28.12.2.1 [re.tokiter.cnstr] |
| 1427 | 28.12.2.2 [re.tokiter.comp] |
| 1428 | 28.12.2.3 [re.tokiter.deref] |
| 1429 | 28.12.2.4 [re.tokiter.incr] |
| 1430 | 28.13 [re.grammar] |
| 1431 | 29 [atomics] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 1432 | 29.1 [atomics.general] |
| 1433 | 29.2 [atomics.syn] |
| 1434 | 29.3 [atomics.order] |
| 1435 | 29.4 [atomics.lockfree] |
| 1436 | 29.5 [atomics.types] |
| 1437 | 29.5.1 [atomics.types.integral] |
| 1438 | 29.5.2 [atomics.types.address] |
| 1439 | 29.5.3 [atomics.types.generic] |
| 1440 | 29.6 [atomics.types.operations] |
| 1441 | 29.7 [atomics.flag] |
| 1442 | 29.8 [atomics.fences] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 1443 | 30 [thread] |
Douglas Gregor | ed88608 | 2009-06-30 16:45:27 +0000 | [diff] [blame] | 1444 | 30.1 [thread.general] |
| 1445 | 30.2 [thread.req] |
| 1446 | 30.2.1 [thread.req.paramname] |
| 1447 | 30.2.2 [thread.req.exception] |
| 1448 | 30.2.3 [thread.req.native] |
| 1449 | 30.2.4 [thread.req.timing] |
| 1450 | 30.3 [thread.threads] |
| 1451 | 30.3.1 [thread.thread.class] |
| 1452 | 30.3.1.1 [thread.thread.id] |
| 1453 | 30.3.1.2 [thread.thread.constr] |
| 1454 | 30.3.1.3 [thread.thread.destr] |
| 1455 | 30.3.1.4 [thread.thread.assign] |
| 1456 | 30.3.1.5 [thread.thread.member] |
| 1457 | 30.3.1.6 [thread.thread.static] |
| 1458 | 30.3.1.7 [thread.thread.algorithm] |
| 1459 | 30.3.2 [thread.thread.this] |
| 1460 | 30.4 [thread.mutex] |
| 1461 | 30.4.1 [thread.mutex.requirements] |
| 1462 | 30.4.1.1 [thread.mutex.class] |
| 1463 | 30.4.1.2 [thread.mutex.recursive] |
| 1464 | 30.4.2 [thread.timedmutex.requirements] |
| 1465 | 30.4.2.1 [thread.timedmutex.class] |
| 1466 | 30.4.2.2 [thread.timedmutex.recursive] |
| 1467 | 30.4.3 [thread.lock] |
| 1468 | 30.4.3.1 [thread.lock.guard] |
| 1469 | 30.4.3.2 [thread.lock.unique] |
| 1470 | 30.4.3.2.1 [thread.lock.unique.cons] |
| 1471 | 30.4.3.2.2 [thread.lock.unique.locking] |
| 1472 | 30.4.3.2.3 [thread.lock.unique.mod] |
| 1473 | 30.4.3.2.4 [thread.lock.unique.obs] |
| 1474 | 30.4.4 [thread.lock.algorithm] |
| 1475 | 30.4.5 [thread.once] |
| 1476 | 30.4.5.1 [thread.once.onceflag] |
| 1477 | 30.4.5.2 [thread.once.callonce] |
| 1478 | 30.5 [thread.condition] |
| 1479 | 30.5.1 [thread.condition.condvar] |
| 1480 | 30.5.2 [thread.condition.condvarany] |
| 1481 | 30.6 [futures] |
| 1482 | 30.6.1 [futures.overview] |
| 1483 | 30.6.2 [futures.errors] |
| 1484 | 30.6.3 [futures.future_error] |
| 1485 | 30.6.4 [futures.promise] |
| 1486 | 30.6.5 [futures.unique_future] |
| 1487 | 30.6.6 [future.shared_future] |
| 1488 | 30.6.7 [futures.task] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 1489 | A [gram] |
| 1490 | A.1 [gram.key] |
| 1491 | A.2 [gram.lex] |
| 1492 | A.3 [gram.basic] |
| 1493 | A.4 [gram.expr] |
| 1494 | A.5 [gram.stmt] |
| 1495 | A.6 [gram.dcl] |
| 1496 | A.7 [gram.decl] |
| 1497 | A.8 [gram.class] |
| 1498 | A.9 [gram.derived] |
| 1499 | A.10 [gram.special] |
| 1500 | A.11 [gram.over] |
| 1501 | A.12 [gram.temp] |
| 1502 | A.13 [gram.except] |
| 1503 | A.14 [gram.cpp] |
| 1504 | B [implimits] |
| 1505 | C [diff] |
| 1506 | C.1 [diff.iso] |
| 1507 | C.1.1 [diff.lex] |
| 1508 | C.1.2 [diff.basic] |
| 1509 | C.1.3 [diff.expr] |
| 1510 | C.1.4 [diff.stat] |
| 1511 | C.1.5 [diff.dcl] |
| 1512 | C.1.6 [diff.decl] |
| 1513 | C.1.7 [diff.class] |
| 1514 | C.1.8 [diff.special] |
| 1515 | C.1.9 [diff.cpp] |
| 1516 | C.2 [diff.library] |
| 1517 | C.2.1 [diff.mods.to.headers] |
| 1518 | C.2.2 [diff.mods.to.definitions] |
| 1519 | C.2.2.1 [diff.char16] |
| 1520 | C.2.2.2 [diff.wchar.t] |
| 1521 | C.2.2.3 [diff.header.iso646.h] |
| 1522 | C.2.2.4 [diff.null] |
| 1523 | C.2.3 [diff.mods.to.declarations] |
| 1524 | C.2.4 [diff.mods.to.behavior] |
| 1525 | C.2.4.1 [diff.offsetof] |
| 1526 | C.2.4.2 [diff.malloc] |
| 1527 | D [depr] |
| 1528 | D.1 [depr.incr.bool] |
| 1529 | D.2 [depr.static] |
| 1530 | D.3 [depr.access.dcl] |
| 1531 | D.4 [depr.string] |
| 1532 | D.5 [depr.c.headers] |
| 1533 | D.6 [depr.ios.members] |
| 1534 | D.7 [depr.str.strstreams] |
| 1535 | D.7.1 [depr.strstreambuf] |
| 1536 | D.7.1.1 [depr.strstreambuf.cons] |
| 1537 | D.7.1.2 [depr.strstreambuf.members] |
| 1538 | D.7.1.3 [depr.strstreambuf.virtuals] |
| 1539 | D.7.2 [depr.istrstream] |
| 1540 | D.7.2.1 [depr.istrstream.cons] |
| 1541 | D.7.2.2 [depr.istrstream.members] |
| 1542 | D.7.3 [depr.ostrstream] |
| 1543 | D.7.3.1 [depr.ostrstream.cons] |
| 1544 | D.7.3.2 [depr.ostrstream.members] |
| 1545 | D.7.4 [depr.strstream] |
| 1546 | D.7.4.1 [depr.strstream.cons] |
| 1547 | D.7.4.2 [depr.strstream.dest] |
| 1548 | D.7.4.3 [depr.strstream.oper] |
| 1549 | D.8 [depr.lib.binders] |
| 1550 | D.8.1 [depr.lib.binder.1st] |
| 1551 | D.8.2 [depr.lib.bind.1st] |
| 1552 | D.8.3 [depr.lib.binder.2nd] |
| 1553 | D.8.4 [depr.lib.bind.2nd] |
| 1554 | D.9 [depr.auto.ptr] |
| 1555 | D.9.1 [auto.ptr] |
| 1556 | D.9.1.1 [auto.ptr.cons] |
| 1557 | D.9.1.2 [auto.ptr.members] |
| 1558 | D.9.1.3 [auto.ptr.conv] |
| 1559 | D.10 [depr.lib.iterator.primitives] |
| 1560 | D.10.1 [iterator.traits] |
| 1561 | D.10.2 [iterator.basic] |
| 1562 | D.10.3 [std.iterator.tags] |
| 1563 | D.10.4 [iterator.backward] |
| 1564 | E [xref] |
Douglas Gregor | df8c96b | 2009-06-13 06:06:53 +0000 | [diff] [blame] | 1565 | |
| 1566 | TR1 1 [tr.intro] |
| 1567 | TR1 1.1 [tr.description] |
| 1568 | TR1 1.2 [tr.intro.ext] |
| 1569 | TR1 1.3 [tr.intro.namespaces] |
| 1570 | TR1 2 [tr.util] |
| 1571 | TR1 2.1 [tr.util.refwrap] |
| 1572 | TR1 2.1.1 [tr.util.refwrp.synopsis] |
| 1573 | TR1 2.1.2 [tr.util.refwrp.refwrp] |
| 1574 | TR1 2.1.2.1 [tr.util.refwrp.const] |
| 1575 | TR1 2.1.2.2 [tr.util.refwrp.assign] |
| 1576 | TR1 2.1.2.3 [tr.util.refwrp.access] |
| 1577 | TR1 2.1.2.4 [tr.util.refwrp.invoke] |
| 1578 | TR1 2.1.2.5 [tr.util.refwrp.helpers] |
| 1579 | TR1 2.2 [tr.util.smartptr] |
| 1580 | TR1 2.2.1 [tr.util.smartptr.synopsis] |
| 1581 | TR1 2.2.2 [tr.util.smartptr.weakptr] |
| 1582 | TR1 2.2.3 [tr.util.smartptr.shared] |
| 1583 | TR1 2.2.3.1 [tr.util.smartptr.shared.const] |
| 1584 | TR1 2.2.3.2 [tr.util.smartptr.shared.dest] |
| 1585 | TR1 2.2.3.3 [tr.util.smartptr.shared.assign] |
| 1586 | TR1 2.2.3.4 [tr.util.smartptr.shared.mod] |
| 1587 | TR1 2.2.3.5 [tr.util.smartptr.shared.obs] |
| 1588 | TR1 2.2.3.6 [tr.util.smartptr.shared.cmp] |
| 1589 | TR1 2.2.3.7 [tr.util.smartptr.shared.io] |
| 1590 | TR1 2.2.3.8 [tr.util.smartptr.shared.spec] |
| 1591 | TR1 2.2.3.9 [tr.util.smartptr.shared.cast] |
| 1592 | TR1 2.2.3.10 [tr.util.smartptr.getdeleter] |
| 1593 | TR1 2.2.4 [tr.util.smartptr.weak] |
| 1594 | TR1 2.2.4.1 [tr.util.smartptr.weak.const] |
| 1595 | TR1 2.2.4.2 [tr.util.smartptr.weak.dest] |
| 1596 | TR1 2.2.4.3 [tr.util.smartptr.weak.assign] |
| 1597 | TR1 2.2.4.4 [tr.util.smartptr.weak.mod] |
| 1598 | TR1 2.2.4.5 [tr.util.smartptr.weak.obs] |
| 1599 | TR1 2.2.4.6 [tr.util.smartptr.weak.cmp] |
| 1600 | TR1 2.2.4.7 [tr.util.smartptr.weak.spec] |
| 1601 | TR1 2.2.5 [tr.util.smartptr.enab] |
| 1602 | TR1 3 [tr.func] |
| 1603 | TR1 3.1 [tr.func.def] |
| 1604 | TR1 3.2 [tr.func.syn] |
| 1605 | TR1 3.3 [tr.func.require] |
| 1606 | TR1 3.4 [tr.func.ret] |
| 1607 | TR1 3.5 [tr.func.memfn] |
| 1608 | TR1 3.6 [tr.func.bind] |
| 1609 | TR1 3.6.1 [tr.func.bind.isbind] |
| 1610 | TR1 3.6.2 [tr.func.bind.isplace] |
| 1611 | TR1 3.6.3 [tr.func.bind.bind] |
| 1612 | TR1 3.6.4 [tr.func.bind.place] |
| 1613 | TR1 3.7 [tr.func.wrap] |
| 1614 | TR1 3.7.1 [tr.func.wrap.badcall] |
| 1615 | TR1 3.7.1.1 [tr.func.wrap.badcall.const] |
| 1616 | TR1 3.7.2 [tr.func.wrap.func] |
| 1617 | TR1 3.7.2.1 [tr.func.wrap.func.con] |
| 1618 | TR1 3.7.2.2 [tr.func.wrap.func.mod] |
| 1619 | TR1 3.7.2.3 [tr.func.wrap.func.cap] |
| 1620 | TR1 3.7.2.4 [tr.func.wrap.func.inv] |
| 1621 | TR1 3.7.2.5 [tr.func.wrap.func.targ] |
| 1622 | TR1 3.7.2.6 [tr.func.wrap.func.undef] |
| 1623 | TR1 3.7.2.7 [tr.func.wrap.func.nullptr] |
| 1624 | TR1 3.7.2.8 [tr.func.wrap.func.alg] |
| 1625 | TR1 4 [tr.meta] |
| 1626 | TR1 4.1 [tr.meta.rqmts] |
| 1627 | TR1 4.2 [tr.meta.type.synop] |
| 1628 | TR1 4.3 [tr.meta.help] |
| 1629 | TR1 4.4 [tr.meta.requirements] |
| 1630 | TR1 4.5 [tr.meta.unary] |
| 1631 | TR1 4.5.1 [tr.meta.unary.cat] |
| 1632 | TR1 4.5.2 [tr.meta.unary.comp] |
| 1633 | TR1 4.5.3 [tr.meta.unary.prop] |
| 1634 | TR1 4.6 [tr.meta.rel] |
| 1635 | TR1 4.7 [tr.meta.trans] |
| 1636 | TR1 4.7.1 [tr.meta.trans.cv] |
| 1637 | TR1 4.7.2 [tr.meta.trans.ref] |
| 1638 | TR1 4.7.3 [tr.meta.trans.arr] |
| 1639 | TR1 4.7.4 [tr.meta.trans.ptr] |
| 1640 | TR1 4.8 [tr.meta.trans.other] |
| 1641 | TR1 4.9 [tr.meta.req] |
| 1642 | TR1 5 [tr.num] |
| 1643 | TR1 5.1 [tr.rand] |
| 1644 | TR1 5.1.1 [tr.rand.req] |
| 1645 | TR1 5.1.2 [tr.rand.synopsis] |
| 1646 | TR1 5.1.3 [tr.rand.var] |
| 1647 | TR1 5.1.4 [tr.rand.eng] |
| 1648 | TR1 5.1.4.1 [tr.rand.eng.lcong] |
| 1649 | TR1 5.1.4.2 [tr.rand.eng.mers] |
| 1650 | TR1 5.1.4.3 [tr.rand.eng.sub] |
| 1651 | TR1 5.1.4.4 [tr.rand.eng.sub1] |
| 1652 | TR1 5.1.4.5 [tr.rand.eng.disc] |
| 1653 | TR1 5.1.4.6 [tr.rand.eng.xor] |
| 1654 | TR1 5.1.5 [tr.rand.predef] |
| 1655 | TR1 5.1.6 [tr.rand.device] |
| 1656 | TR1 5.1.7 [tr.rand.dist] |
| 1657 | TR1 5.1.7.1 [tr.rand.dist.iunif] |
| 1658 | TR1 5.1.7.2 [tr.rand.dist.bern] |
| 1659 | TR1 5.1.7.3 [tr.rand.dist.geom] |
| 1660 | TR1 5.1.7.4 [tr.rand.dist.pois] |
| 1661 | TR1 5.1.7.5 [tr.rand.dist.bin] |
| 1662 | TR1 5.1.7.6 [tr.rand.dist.runif] |
| 1663 | TR1 5.1.7.7 [tr.rand.dist.exp] |
| 1664 | TR1 5.1.7.8 [tr.rand.dist.norm] |
| 1665 | TR1 5.1.7.9 [tr.rand.dist.gamma] |
| 1666 | TR1 5.2 [tr.num.sf] |
| 1667 | TR1 5.2.1 [tr.num.sf.cmath] |
| 1668 | TR1 5.2.1.1 [tr.num.sf.Lnm] |
| 1669 | TR1 5.2.1.2 [tr.num.sf.Plm] |
| 1670 | TR1 5.2.1.3 [tr.num.sf.beta] |
| 1671 | TR1 5.2.1.4 [tr.num.sf.ellK] |
| 1672 | TR1 5.2.1.5 [tr.num.sf.ellEx] |
| 1673 | TR1 5.2.1.6 [tr.num.sf.ellPx] |
| 1674 | TR1 5.2.1.7 [tr.num.sf.conhyp] |
| 1675 | TR1 5.2.1.8 [tr.num.sf.I] |
| 1676 | TR1 5.2.1.9 [tr.num.sf.J] |
| 1677 | TR1 5.2.1.10 [tr.num.sf.K] |
| 1678 | TR1 5.2.1.11 [tr.num.sf.N] |
| 1679 | TR1 5.2.1.12 [tr.num.sf.ellF] |
| 1680 | TR1 5.2.1.13 [tr.num.sf.ellE] |
| 1681 | TR1 5.2.1.14 [tr.num.sf.ellP] |
| 1682 | TR1 5.2.1.15 [tr.num.sf.ei] |
| 1683 | TR1 5.2.1.16 [tr.num.sf.Hn] |
| 1684 | TR1 5.2.1.17 [tr.num.sf.hyper] |
| 1685 | TR1 5.2.1.18 [tr.num.sf.Ln] |
| 1686 | TR1 5.2.1.19 [tr.num.sf.Pl] |
| 1687 | TR1 5.2.1.20 [tr.num.sf.riemannzeta] |
| 1688 | TR1 5.2.1.21 [tr.num.sf.j] |
| 1689 | TR1 5.2.1.22 [tr.num.sf.Ylm] |
| 1690 | TR1 5.2.1.23 [tr.num.sf.n] |
| 1691 | TR1 5.2.2 [tr.num.sf.mathh] |
| 1692 | TR1 6 [tr.cont] |
| 1693 | TR1 6.1 [tr.tuple] |
| 1694 | TR1 6.1.1 [tr.tuple.synopsis] |
| 1695 | TR1 6.1.2 [tr.tuple.synopsis.pair] |
| 1696 | TR1 6.1.3 [tr.tuple.tuple] |
| 1697 | TR1 6.1.3.1 [tr.tuple.cnstr] |
| 1698 | TR1 6.1.3.2 [tr.tuple.creation] |
| 1699 | TR1 6.1.3.3 [tr.tuple.helper] |
| 1700 | TR1 6.1.3.4 [tr.tuple.elem] |
| 1701 | TR1 6.1.3.5 [tr.tuple.rel] |
| 1702 | TR1 6.1.4 [tr.tuple.pairs] |
| 1703 | TR1 6.2 [tr.array] |
| 1704 | TR1 6.2.1 [tr.array.syn] |
| 1705 | TR1 6.2.2 [tr.array.array] |
| 1706 | TR1 6.2.2.1 [tr.array.cons] |
| 1707 | TR1 6.2.2.2 [tr.array.special] |
| 1708 | TR1 6.2.2.3 [tr.array.size] |
| 1709 | TR1 6.2.2.4 [tr.array.zero] |
| 1710 | TR1 6.2.2.5 [tr.array.tuple] |
| 1711 | TR1 6.3 [tr.hash] |
| 1712 | TR1 6.3.1 [tr.unord.req] |
| 1713 | TR1 6.3.1.1 [tr.unord.req.except] |
| 1714 | TR1 6.3.2 [tr.unord.fun.syn] |
| 1715 | TR1 6.3.3 [tr.unord.hash] |
| 1716 | TR1 6.3.4 [tr.unord.unord] |
| 1717 | TR1 6.3.4.1 [tr.unord.syn.set] |
| 1718 | TR1 6.3.4.2 [tr.unord.syn.map] |
| 1719 | TR1 6.3.4.3 [tr.unord.set] |
| 1720 | TR1 6.3.4.3.1 [tr.unord.set.cnstr] |
| 1721 | TR1 6.3.4.3.2 [tr.unord.set.swap] |
| 1722 | TR1 6.3.4.4 [tr.unord.map] |
| 1723 | TR1 6.3.4.4.1 [tr.unord.map.cnstr] |
| 1724 | TR1 6.3.4.4.2 [tr.unord.map.elem] |
| 1725 | TR1 6.3.4.4.3 [tr.unord.map.swap] |
| 1726 | TR1 6.3.4.5 [tr.unord.multiset] |
| 1727 | TR1 6.3.4.5.1 [tr.unord.multiset.cnstr] |
| 1728 | TR1 6.3.4.5.2 [tr.unord.multiset.swap] |
| 1729 | TR1 6.3.4.6 [tr.unord.multimap] |
| 1730 | TR1 6.3.4.6.1 [tr.unord.multimap.cnstr] |
| 1731 | TR1 6.3.4.6.2 [tr.unord.multimap.swap] |
| 1732 | TR1 7 [tr.re] |
| 1733 | TR1 7.1 [tr.re.def] |
| 1734 | TR1 7.2 [tr.re.req] |
| 1735 | TR1 7.3 [tr.re.sum] |
| 1736 | TR1 7.4 [tr.re.syn] |
| 1737 | TR1 7.5 [tr.re.const] |
| 1738 | TR1 7.5.1 [tr.re.synopt] |
| 1739 | TR1 7.5.2 [tr.re.matchflag] |
| 1740 | TR1 7.5.3 [tr.re.err] |
| 1741 | TR1 7.6 [tr.re.badexp] |
| 1742 | TR1 7.7 [tr.re.traits] |
| 1743 | TR1 7.8 [tr.re.regex] |
| 1744 | TR1 7.8.1 [tr.re.regex.const] |
| 1745 | TR1 7.8.2 [tr.re.regex.construct] |
| 1746 | TR1 7.8.3 [tr.re.regex.assign] |
| 1747 | TR1 7.8.4 [tr.re.regex.operations] |
| 1748 | TR1 7.8.5 [tr.re.regex.locale] |
| 1749 | TR1 7.8.6 [tr.re.regex.swap] |
| 1750 | TR1 7.8.7 [tr.re.regex.nonmemb] |
| 1751 | TR1 7.8.7.1 [tr.re.regex.nmswap.] |
| 1752 | TR1 7.9 [tr.re.submatch] |
| 1753 | TR1 7.9.1 [tr.re.submatch.members] |
| 1754 | TR1 7.9.2 [tr.re.submatch.op] |
| 1755 | TR1 7.10 [tr.re.results] |
| 1756 | TR1 7.10.1 [tr.re.results.const] |
| 1757 | TR1 7.10.2 [tr.re.results.size] |
| 1758 | TR1 7.10.3 [tr.re.results.acc] |
| 1759 | TR1 7.10.4 [tr.re.results.form] |
| 1760 | TR1 7.10.5 [tr.re.results.all] |
| 1761 | TR1 7.10.1 [tr.re.results.swap] |
| 1762 | TR1 7.11 [tr.re.alg] |
| 1763 | TR1 7.11.1 [tr.re.except] |
| 1764 | TR1 7.11.2 [tr.re.alg.match] |
| 1765 | TR1 7.11.3 [tr.re.alg.search] |
| 1766 | TR1 7.11.4 [tr.re.alg.replace] |
| 1767 | TR1 7.12 [tr.re.iter] |
| 1768 | TR1 7.12.1 [tr.re.regiter] |
| 1769 | TR1 7.12.1.1 [tr.re.regiter.cnstr] |
| 1770 | TR1 7.12.1.2 [tr.re.regiter.comp] |
| 1771 | TR1 7.12.1.3 [tr.re.regiter.deref] |
| 1772 | TR1 7.12.1.4 [tr.re.regiter.incr] |
| 1773 | TR1 7.12.2 [tr.re.tokiter] |
| 1774 | TR1 7.12.2.1 [tr.re.tokiter.cnstr] |
| 1775 | TR1 7.12.2.2 [tr.re.tokiter.comp] |
| 1776 | TR1 7.12.2.3 [tr.re.tokiter.deref] |
| 1777 | TR1 7.12.2.4 [tr.re.tokiter.incr] |
| 1778 | TR1 7.13 [tr.re.grammar] |
| 1779 | TR1 8 [tr.c99] |
| 1780 | TR1 8.1 [tr.c99.cmplx] |
| 1781 | TR1 8.1.1 [tr.c99.cmplx.syn] |
| 1782 | TR1 8.1.2 [tr.c99.cmplx.acos] |
| 1783 | TR1 8.1.3 [tr.c99.cmplx.asin] |
| 1784 | TR1 8.1.4 [tr.c99.cmplx.atan] |
| 1785 | TR1 8.1.5 [tr.c99.cmplx.acosh] |
| 1786 | TR1 8.1.6 [tr.c99.cmplx.asinh] |
| 1787 | TR1 8.1.7 [tr.c99.cmplx.atanh] |
| 1788 | TR1 8.1.8 [tr.c99.cmplx.fabs] |
| 1789 | TR1 8.1.9 [tr.c99.cmplx.over] |
| 1790 | TR1 8.2 [tr.c99.ccmplx] |
| 1791 | TR1 8.3 [tr.c99.cmplxh] |
| 1792 | TR1 8.4 [tr.c99.cctype] |
| 1793 | TR1 8.4.1 [tr.c99.cctype.syn] |
| 1794 | TR1 8.4.2 [tr.c99.cctype.blank] |
| 1795 | TR1 8.5 [tr.c99.ctypeh] |
| 1796 | TR1 8.6 [tr.c99.cfenv] |
| 1797 | TR1 8.6.1 [tr.c99.cfenv.syn] |
| 1798 | TR1 8.6.2 [tr.c99.cfenv.def] |
| 1799 | TR1 8.7 [tr.c99.fenv] |
| 1800 | TR1 8.8 [tr.c99.cfloat] |
| 1801 | TR1 8.9 [tr.c99.floath] |
| 1802 | TR1 8.10 [tr.c99.ios] |
| 1803 | TR1 8.10.1 [tr.c99.ios.syn] |
| 1804 | TR1 8.10.2 [tr.c99.ios.hex] |
| 1805 | TR1 8.11 [tr.c99.cinttypes] |
| 1806 | TR1 8.11.1 [tr.c99.cinttypes.syn] |
| 1807 | TR1 8.11.2 [tr.c99.cinttypes.def] |
| 1808 | TR1 8.12 [tr.c99.inttypesh] |
| 1809 | TR1 8.13 [tr.c99.climits] |
| 1810 | TR1 8.14 [tr.c99.limitsh] |
| 1811 | TR1 8.15 [tr.c99.locale] |
| 1812 | TR1 8.16 [tr.c99.cmath] |
| 1813 | TR1 8.16.1 [tr.c99.cmath.syn] |
| 1814 | TR1 8.16.2 [tr.c99.cmath.def] |
| 1815 | TR1 8.16.3 [tr.c99.cmath.tmpl] |
| 1816 | TR1 8.16.4 [tr.c99.cmath.over] |
| 1817 | TR1 8.17 [tr.c99.mathh] |
| 1818 | TR1 8.18 [tr.c99.cstdarg] |
| 1819 | TR1 8.19 [tr.c99.stdargh] |
| 1820 | TR1 8.20 [tr.c99.cbool] |
| 1821 | TR1 8.21 [tr.c99.boolh] |
| 1822 | TR1 8.22 [tr.c99.cstdint] |
| 1823 | TR1 8.22.1 [tr.c99.cstdint.syn] |
| 1824 | TR1 8.22.2 [tr.c99.cstdint.def] |
| 1825 | TR1 8.23 [tr.c99.stdinth] |
| 1826 | TR1 8.24 [tr.c99.cstdio] |
| 1827 | TR1 8.24.1 [tr.c99.cstdio.syn] |
| 1828 | TR1 8.24.2 [tr.c99.cstdio.def] |
| 1829 | TR1 8.24.3 [tr.c99.cstdio.spec] |
| 1830 | TR1 8.24.4 [tr.c99.stdioh] |
| 1831 | TR1 8.25 [tr.c99.cstdlib] |
| 1832 | TR1 8.25.1 [tr.c99.cstdlib.syn] |
| 1833 | TR1 8.25.2 [tr.c99.cstdlib.def] |
| 1834 | TR1 8.25.3 [tr.c99.cstdlib.abs] |
| 1835 | TR1 8.25.4 [tr.c99.cstdlib.div] |
| 1836 | TR1 8.26 [tr.c99.stdlibh] |
| 1837 | TR1 8.27 [tr.c99.ctgmath] |
| 1838 | TR1 8.28 [tr.c99.tgmathh] |
| 1839 | TR1 8.29 [tr.c99.ctime] |
| 1840 | TR1 8.30 [tr.c99.cwchar] |
| 1841 | TR1 8.30.1 [tr.c99.cwchar.syn] |
| 1842 | TR1 8.30.2 [tr.c99.cwchar.def] |
| 1843 | TR1 8.30.3 [tr.c99.cwchar.spec] |
| 1844 | TR1 8.31 [tr.c99.wcharh] |
| 1845 | TR1 8.32 [tr.c99.cwctype] |
| 1846 | TR1 8.32.1 [tr.c99.cwctype.syn] |
| 1847 | TR1 8.32.2 [tr.c99.cwctype.iswblank] |
| 1848 | TR1 8.33 [tr.c99.wctypeh] |
| 1849 | TR1 A [tr.limits] |
| 1850 | |
| 1851 | TRDecimal 1 [trdec.intro] |
| 1852 | TRDecimal 1.1 [trdec.model] |
| 1853 | TRDecimal 1.2 [trdec.encodings] |
| 1854 | TRDecimal 1.3 [trdec.refs] |
| 1855 | TRDecimal 2 [trdec.conventions] |
| 1856 | TRDecimal 2.1 [trdec.relation.intro] |
| 1857 | TRDecimal 2.2 [trdec.relation.tr1] |
| 1858 | TRDecimal 2.3 [trdec.categories] |
| 1859 | TRDecimal 2.4 [trdec.namespace] |
| 1860 | TRDecimal 3 [trdec.types] |
| 1861 | TRDecimal 3.1 [trdec.types.encodings] |
| 1862 | TRDecimal 3.2 [trdec.types.types] |
| 1863 | TRDecimal 3.2.1 [trdec.types.types.synopsis] |
| 1864 | TRDecimal 3.2.2 [trdec.types.types.decimal32] |
| 1865 | TRDecimal 3.2.2.1 [trdec.types.types.decimal32.cons] |
| 1866 | TRDecimal 3.2.2.2 [trdec.types.types.decimal32.conv.float] |
| 1867 | TRDecimal 3.2.2.3 [trdec.types.types.decimal32.conv.from.int] |
| 1868 | TRDecimal 3.2.2.4 [trdec.types.types.decimal32.conv.to.int] |
| 1869 | TRDecimal 3.2.2.5 [trdec.types.types.decimal32.incr] |
| 1870 | TRDecimal 3.2.2.6 [trdec.types.types.decimal32.comp.ass] |
| 1871 | TRDecimal 3.2.3 [trdec.types.types.decimal64] |
| 1872 | TRDecimal 3.2.3.1 [trdec.types.types.decimal64.cons] |
| 1873 | TRDecimal 3.2.3.2 [trdec.types.types.decimal64.float] |
| 1874 | TRDecimal 3.2.3.3 [trdec.types.types.decimal64.from.int] |
| 1875 | TRDecimal 3.2.3.4 [trdec.types.types.decimal64.to.int] |
| 1876 | TRDecimal 3.2.3.5 [trdec.types.types.decimal64.incr] |
| 1877 | TRDecimal 3.2.3.6 [trdec.types.types.decimal64.comp.ass] |
| 1878 | TRDecimal 3.2.4 [trdec.types.types.decimal128] |
| 1879 | TRDecimal 3.2.4.1 [trdec.types.types.decimal128.cons] |
| 1880 | TRDecimal 3.2.4.2 [trdec.types.types.decimal128.float] |
| 1881 | TRDecimal 3.2.4.3 [trdec.types.types.decimal128.from.int] |
| 1882 | TRDecimal 3.2.4.4 [trdec.types.types.decimal128.to.int] |
| 1883 | TRDecimal 3.2.4.5 [trdec.types.types.decimal128.incr] |
| 1884 | TRDecimal 3.2.4.6 [trdec.types.types.decimal128.comp.ass] |
| 1885 | TRDecimal 3.2.5 [trdec.types.types.init] |
| 1886 | TRDecimal 3.2.6 [trdec.types.types.conv.float] |
| 1887 | TRDecimal 3.2.7 [trdec.types.types.unary] |
| 1888 | TRDecimal 3.2.8 [trdec.types.types.binary] |
| 1889 | TRDecimal 3.2.9 [trdec.types.types.comp] |
| 1890 | TRDecimal 3.2.10 [trdec.types.types.input] |
| 1891 | TRDecimal 3.2.11 [trdec.types.types.output] |
| 1892 | TRDecimal 3.3 [trdec.types.limits] |
| 1893 | TRDecimal 3.4 [trdec.types.cdecfloat] |
| 1894 | TRDecimal 3.4.1 [trdec.types.cdecfloat.synopsis] |
| 1895 | TRDecimal 3.4.2 [trdec.types.decfloat.h.synopsis] |
| 1896 | TRDecimal 3.4.3 [trdec.types.cdecfloat.max.value] |
| 1897 | TRDecimal 3.4.4 [trdec.types.cdecfloat.epsilon] |
| 1898 | TRDecimal 3.4.5 [trdec.types.cdecfloat.min.normal.value] |
| 1899 | TRDecimal 3.4.6 [trdec.types.cdecfloat.min.subnormal.value] |
| 1900 | TRDecimal 3.4.7 [trdec.types.cdecfloat.eval.format] |
| 1901 | TRDecimal 3.5 [trdec.types.cfenv] |
| 1902 | TRDecimal 3.5.1 [trdec.types.cfenv.synopsis] |
| 1903 | TRDecimal 3.5.2 [trdec.types.cfenv.round] |
| 1904 | TRDecimal 3.5.3 [trdec.types.cfenv.fe_dec_getround] |
| 1905 | TRDecimal 3.5.4 [trdec.types.cfenv.fe_dec_setround] |
| 1906 | TRDecimal 3.5.5 [trdec.types.cfenv.fenv.h] |
| 1907 | TRDecimal 3.6 [trdec.types.cmath] |
| 1908 | TRDecimal 3.6.1 [trdec.types.cmath.synopsis] |
| 1909 | TRDecimal 3.6.2 [trdec.types.cmath.macros] |
| 1910 | TRDecimal 3.6.3 [trdec.types.cmath.eval.format] |
| 1911 | TRDecimal 3.6.4 [trdec.types.cmath.samequantum] |
| 1912 | TRDecimal 3.6.5 [trdec.types.cmath.quantize] |
| 1913 | TRDecimal 3.6.6 [trdec.types.cmath.elementary] |
| 1914 | TRDecimal 3.6.6.1 [trdec.types.cmath.elementary.abs] |
| 1915 | TRDecimal 3.6.7 [trdec.types.cmath.math.h] |
| 1916 | TRDecimal 3.6.7.1 [trdec.types.cmath.math.h.synopsis] |
| 1917 | TRDecimal 3.7 [trdec.types.cstdio] |
| 1918 | TRDecimal 3.8 [trdec.types.cstdlib] |
| 1919 | TRDecimal 3.8.1 [trdec.types.cstdlib.synopsis] |
| 1920 | TRDecimal 3.8.2 [trdec.types.cstdlib.strtod] |
| 1921 | TRDecimal 3.8.3 [trdec.types.cstdlib.stdlib.h] |
| 1922 | TRDecimal 3.9 [trdec.types.cwchar] |
| 1923 | TRDecimal 3.9.1 [trdec.types.cwchar.synopsis] |
| 1924 | TRDecimal 3.9.2 [trdec.types.cwchar.wcstod] |
| 1925 | TRDecimal 3.9.3 [trdec.types.cwchar.wchar.h] |
| 1926 | TRDecimal 3.10 [trdec.types.facets] |
| 1927 | TRDecimal 3.10.1 [trdec.types.facets.locale] |
| 1928 | TRDecimal 3.10.2 [trdec.types.facets.extended_num_get] |
| 1929 | TRDecimal 3.10.2.1 [trdec.types.facets.extended_num_get.mem] |
| 1930 | TRDecimal 3.10.2.2 [trdec.types.facets.extended_num_get.virt] |
| 1931 | TRDecimal 3.10.3 [trdec.types.facets.extended_num_put] |
| 1932 | TRDecimal 3.10.3.1 [trdec.types.facets.extended_num_put.mem] |
| 1933 | TRDecimal 3.10.3.2 [trdec.types.facets.extended_num_put.virt] |
| 1934 | TRDecimal 3.11 [trdec.types.traits] |
| 1935 | TRDecimal 3.11.1 [trdec.types.traits.synopsis] |
| 1936 | TRDecimal 3.11.2 [trdec.types.traits.is_decimal_floating_point] |
| 1937 | TRDecimal 3.12 [trdec.types.hash] |
| 1938 | TRDecimal 3.12.1 [trdec.types.hash.synopsis] |
| 1939 | TRDecimal 3.12.2 [trdec.types.hash.spec] |
| 1940 | TRDecimal 4 [trdec.compat] |
| 1941 | TRDecimal 4.1 [trdec.compat.decfloat.h] |
| 1942 | TRDecimal 4.2 [trdec.compat.literals] |
| 1943 | TRDecimal 4.3 [trdec.compat.conv] |