7 lines
120 B
C++
7 lines
120 B
C++
|
#include <@header@>
|
||
|
int main()
|
||
|
{
|
||
|
const @namespace@::@HASH_MAP_CLASS@<int,int> t;
|
||
|
return t.find(5) == t.end();
|
||
|
}
|