Lines Matching refs:addition
284 In addition to the iterator movement operators, such as
362 for value type ``T`` if, in addition to ``X`` being Assignable and
368 |Readable Iterator Requirements (in addition to Assignable and Copy Constructible) …
389 if, in addition to ``X`` being Copy Constructible, the following
394 |Writable Iterator Requirements (in addition to Copy Constructible) |
407 if, in addition to ``X`` being Copy Constructible, the following
411 |Swappable Iterator Requirements (in addition to Copy Constructible) |
461 concept if, in addition to ``X`` being Assignable and Copy
466 |Incrementable Iterator Requirements (in addition to Assignable, Copy Constructible) |
500 |Single Pass Iterator Requirements (in addition to Incrementable Iterator and Equality Comparable) …
532 concept if, in addition to ``X`` meeting the requirements of Default
537 |Forward Traversal Iterator Requirements (in addition to Default Constructible and Single Pass Iter…
562 Iterator* concept if, in addition to ``X`` meeting the requirements of
567 |Bidirectional Traversal Iterator Requirements (in addition to Forward Traversal …
610 |Random Access Traversal Iterator Requirements (in addition to Bidirectional Traversal Iterator) …