Lines Matching refs:addition
8 for value type `T` if, in addition to `X` being Assignable and
13 [table Readable Iterator Requirements (in addition to Assignable and Copy Constructible)
41 if, in addition to `X` being Copy Constructible, the following
45 [table Writable Iterator Requirements (in addition to Copy Constructible)
63 if, in addition to `X` being Copy Constructible, the following
66 [table Swappable Iterator Requirements (in addition to Copy Constructible)
115 concept if, in addition to `X` being Assignable and Copy
119 [table Incrementable Iterator Requirements (in addition to Assignable, Copy Constructible)
156 [table Single Pass Iterator Requirements (in addition to Incrementable Iterator and Equality Compar…
194 concept if, in addition to `X` meeting the requirements of Default
198 [table Forward Traversal Iterator Requirements (in addition to Default Constructible and Single Pas…
226 concept if, in addition to `X` meeting the requirements of Forward
230 [table Bidirectional Traversal Iterator Requirements (in addition to Forward Traversal Iterator)
269 [table Random Access Traversal Iterator Requirements (in addition to Bidirectional Traversal)