|
|
[](const PhoneBookEntry &pbe){ return pbe.number; }
, the set would be phoneBookVector, and the subset would be a sequence resulting from applying the projection to each element of the set. That's what I understand.
Projections - The ability to request only certain columns from the database when writing your query |