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
Accountant class 168, 169, 170, 171, 172
algorithms 393
alignment 18
allocate() member function 330, 331
allocation functions
overloading, scenarios 142
allocator-aware 325
allocator-aware containers
traits-based allocators, using in 357, 358, 359, 361
allocators
need for 326
arena-based memory management 212, 213
size-based implementation, example 213, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225
array
pointer arithmetic, using within 37, 38
arrays 31, 32
assertions 387, 388
B
bit_cast 56
C
C++
copy and movement 20, 21, 22, 23
special member functions 69, 70
C++ allocation operators
alignment-aware versions 157, 158, 159
destroying delete feature 159, 160, 161
global allocation operators 145, 146
member versions...