5
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; Input and Output Operators; User-Defined Literals;
swap()
;hash<>
5.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.
5.1.1 Essential Operations
Construction of objects plays a key role in ...
Get A Tour of C++, 2nd 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.