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 6751935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T12:59:10+00:00 2026-05-26T12:59:10+00:00

I was researching what std::bind is and what it’s for (that may eventually be

  • 0

I was researching what std::bind is and what it’s for (that may eventually be a different question) at MSDN: http://msdn.microsoft.com/en-us/library/bb982702.aspx

And saw that the prototypes listed are:

template<class Fty, class T1, class T2, ..., class TN>
   unspecified bind(Fty fn, T1 t1, T2 t2, ..., TN tN);
template<class Ret, class Fty, class T1, class T2, ..., class TN>
   unspecified bind(Fty fn, T1 t1, T2 t2, ..., TN tN);

Which confuses me for two reasons. 1) Last I checked, MSVC didn’t implement variadic templates, and 2) My question: what does the word unspecified mean there? (It doesn’t seem related to unspecified behavior.)

  • 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-26T12:59:11+00:00Added an answer on May 26, 2026 at 12:59 pm

    The unspecified in the return type means that it is a type that is, well, unspecified. The standard does not require a particular type to be returned from bind, as long as the returned type complies with the requirements that the standard mandates.

    As of the ..., I don’t know whether VS implements them or not, but you will see the same documentation for boost::bind, and it has been compiling in different compilers without variadic template support for some time already… the documentation states that you can pass N arguments of different types, but that does not necessarily mean that there is a single template that does it, it can be implemented in terms of a set of 1-ary, 2-ary… N-ary templates.

    The documentation is showing the behavior that you can expect from using it, rather than the detail of how it is implemented.

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

Sidebar

Related Questions

On researching another question I noted that the stat function in Perl can take
After researching a bit how the different way people slugify titles, I've noticed that
I am researching video streaming for an iPhone application that I may have to
Researching the web, I've found that pipelined HTTP is much faster and more power
While researching the issue of JSON vs XML , I came across this question
After researching various hosts, I still get the feeling that it is somewhat impossible
In researching complexity for any algorithm that traverses a binary search tree, I see
When researching for this question and reading the sourcecode in random.py , I started
I'm researching the usage of the Task Parallel Library for a work project I'm
While researching how to do cross-platform printf() format strings in C (that is, taking

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.