Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
A
advanced numeric operations 271-273
best practices 276, 277
algorithms
for counting and finding 240-246
allocator 60
for container performance 67
B
basic exception safety 355, 356
program invariants 356, 357
resource integrity 357
STL, harnessing 357, 358
basic numeric operations 265
adjacent elements, interacting with std::adjacent_difference 268, 269
best practices 276, 277
elements, summing with std::accumulate 267, 268
inner products, with std::inner_product 270, 271
sequences, generating with std::iota 266, 267
bidirectional iterators 30, 31
binary search 77, 274
versus linear search 79, 80
C
comparators 85
effective comparators, crafting 86
comparison 246-250
compatibility
essential requirements 308-312
concepts...