6
Essential Operations
When someone says I want a programming language in which I need only say what I wish done, give him a lollipop.
– Alan Perlis
-
Comparisons; Container Operations; Iterators and “Smart Pointers”; Input and Output Operators; swap(); hash<>
6.1 Introduction
Some operations, such as initialization, assignment, copy, and move, are fundamental in the sense that language rules make assumptions about them. Other operations, such as == and <<, have conventional meanings that are perilous to ignore.
6.1.1 Essential Operations ...
Get A Tour of C++, 3rd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.