reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
422 auto zipped = zip_first(ascending, vector<bool>{0, 1, 0, 1, 0, 1}); 441 EXPECT_TRUE(all_of(ascending, [](unsigned n) { return (n & 0x01) == 0; }));