Home
last modified time | relevance | path

Searched defs:SetSymmetricDifference (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsetops.d1303 struct SetSymmetricDifference(alias less = "a < b", R1, R2) struct
1308 R2 r2;
1310 alias comp = binaryFun!(less);
1312 void adjustPosition() in adjustPosition()
1328 this(R1 r1, R2 r2) in this()
1337 void popFront() in popFront()
1359 @property auto ref front() in front()
1387 SetSymmetricDifference!(less, R1, R2) argument