I want to create a tuple/array like (0,1,2), (3,4,5). I want to store it into an unordered_set. But unordered_set didn't offer such a hash function. Can anyone tell me how can I do this?
I have read thes answer: C++ how to insert array into hash set? but I don't want to add any extra code like hash function.
 
     
    