123456
void Foo() { std::multiset<int> bar; // The key is of type 'int' in this case bar.insert(100); }