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

  • Home
  • SEARCH
  • 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 8007683
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T17:54:43+00:00 2026-06-04T17:54:43+00:00

Under MSVC2010 the definition of move constructor for vector class is the following :

  • 0

Under MSVC2010 the definition of move constructor for vector class is the following :

vector(_Myt&& _Right)
    : _Mybase(_Right._Alval)
    {   // construct by moving _Right
    _Assign_rv(_STD forward<_Myt>(_Right));
    }

As there is also a definition of a copy constructor, I guess we never call vector(_Myt&& _Right) with a lvalue reference as argument.

So I’m wondering if here, this line :

_Assign_rv(_STD forward<_Myt>(_Right));

could be replace by :

_Assign_rv(_STD move<_Myt>(_Right));

with no side effect

  • 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-06-04T17:54:45+00:00Added an answer on June 4, 2026 at 5:54 pm

    Yes, for a type without reference qualifiers T, both std::forward<T> and std::forward<T&&> are just fancy ways of saying std::move.

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

Sidebar

Related Questions

Under what circumstances will the False part of the following code be executed? x
Under WEB-INF/classes folder i have java class files structured in package hierarchy(e.g: com.company.app )
Under my project folder, I find the following folder: Bin\Debug\ This folder has DLLs
Under Windows, executing the following Python script I get an ERRORLEVEL of 0 instead
Under ios3(3.1.2 and up), is the access of the following properties thread safe? uiImage.size
Under normal circumstances you cannot move a workflow designed in SharePoint Designer to another
Under .net (specifically C# really), is there an equivalent to Java's DataSource class? I'm
Under Asynchronous Javascript , the capybara README gives the following example of something that
Under iOS 5, I encounter the following problem : the following code is called
Under what conditions am I supposed to make the :base() and :this() constructor calls

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.