Q:

What are the mapped_type, key_type, and value_type of a map from int to vector<int>

0

What are the mapped_type, key_type, and value_type of a map from int to vector<int>

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

For `map<int, vector<int>>`:

- `mapped_type` is `vector<int>`.

- `key_type` is `int`.

- `value_type` is `pair<int, vector<int>>`.

 

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now