Home » C++ Programming » Standard Library » Question
  1. Pick out parameter for rehash method in unordered_set in c++?
    1. hash
    2. count
    3. size
    4. All of above
    5. None of these
Correct Option: B

count is used to return the new number of buckets.



Your comments will be displayed only after manual approval.