Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7659083
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:17:08+00:00 2026-05-31T13:17:08+00:00

If we have a map <int, vector<int> > are vector s moved when the

  • 0

If we have a map <int, vector<int> > are vectors moved when the red-black tree of map changes or it stores pointers to vectors or something like that and does not move them(else working with maps won’t be O(lg n) anymore e.g. if we push_back elements to some vectors)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T13:17:09+00:00Added an answer on May 31, 2026 at 1:17 pm

    See this one:
    std::map, pointer to map key value, is this possible?

    the second top answer:

    Section 23.1.2#8 (associative container requirements):

    “The insert members shall not affect the validity of iterators and references to the container, and the erase members shall invalidate only iterators and references to the erased elements.”

    So yes storing pointers to data members of a map element is guaranteed to be valid, unless you remove that element.

    So, if the references are preserved, the data cannot be copied into a different part of memory. And if that is the case, I don’t see the point in performing any copy at all…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem creating a std::map<int, int> from a vector of pointers, called
Supposing to have something like this: #include <map> int main(){ std::map<int,int> m; m[1] =
I have a vector<int> container that has integers (e.g. {1,2,3,4}) and I would like
I have an unordered map: class O(val a: Int) Map[String, List[O]] which I'd like
I have a class like this: class MyClass{ public: MyClass(int Mode); private: std::map <
If I have a vector<string*> *vect or a map<pair<string*, int*>, string*> *map , how
I have a map that relates integers to vectors (of objects). These vectors represent
dear all, i have a map, defined as map<int, vector<int> > my_map . So,
I have this map<string, vector <pair<int, int> > > variable and I'm pushing back
I have a map like this: map<prmNode,vector<prmEdge> > nodo2archi; In a certain situation, I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.