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
abstract class 13
Active Object 565-569
Acyclic Visitor pattern 509-512
Adapter pattern 455-459
compile-time adapters 464-469
function adapters 459-462
versus Decorator pattern 462-464
Adapter solution 470-479
versus policy solution 469, 470
address sanitizer (ASAN) 399
advanced policy-based design 410
adapters and aliases 420-422
policies, for constructors 410-417
policies, for test 417-420
policies, rebinding 431, 432
policies, using to control public interface 422-430
aggregate parameters 230, 231
argument-dependent lookup (ADL) 90, 325
arguments
problem 226-229
B
Barton-Nackman trick 331
Builder pattern 242
basics 243, 244
fluent builder 244-250
implicit builder 250-254
C
C++ 538
coroutine patterns 574...