struct vector {}; struct set {}; struct unordered_map {}; struct string {}; #include int main() { vector v; set s; unordered_map m; string str; }