Relative Content

Tag Archive for c++constructorstdmap

Cannot insert the keys and values in a map

I’d been trying to insert some key and values the following way, but I’m getting an error that error: no matching constructor for initialization of 'Edge'. I’m using C++17: