
15 Nov
2007
15 Nov
'07
10:59 a.m.
On Nov 15, 2007 10:14 AM, Thorsten Ottosen <thorsten.ottosen@dezide.com> wrote:
I couldn't find any function names at() which is similar to [], but which throws an exception if the jey is not found (The standard should have those)
It's there for std::map but not std::unordered_map. Which is probably an oversight, so I'll add it at first opportunity. Daniel