[cfe-dev] How does Clang implement unordered_sets?
Montana Burr via cfe-dev
cfe-dev at lists.llvm.org
Fri Jan 8 12:59:49 PST 2016
Hi,
I'm new to C++, and I've been doing some research on unordered_sets. As
I understand, an unordered_set is a hash table that contains a key that is
also its value. What I'd like to know is how Clang figures out where
objects in unordered_sets go.
--
WebRep
Overall rating
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160108/bc4db8f2/attachment.html>
More information about the cfe-dev
mailing list