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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T07:38:54+00:00 2026-05-30T07:38:54+00:00

When using the new function declarator syntax and decltype , how does one access

  • 0

When using the new function declarator syntax and decltype, how does one access members? It appears that this is not accessible:

template <typename Func>
struct context_binder
{
public:
    context_binder(const Func& func) :
            func(func)
    { }

    template <typename... TArgs>
    auto operator ()(TArgs&&... args) const
            -> decltype(this->func(std::forward<TArgs>(args)...))
    {
        return func(std::forward<TArgs>(args)...);
    }
private:
    Func func;
};

This yields the compiler error:

scratch.cpp:34:25: error: invalid use of ‘this’ at top level

My compiler is g++ 4.6.2.


My workaround is to declare a static member called self with the same type as the class, which has two problems:

  1. It will not pick up the CV-qualifiers automatically, like this would.
  2. I have to move the member declarations above the decltype usage or it can’t see the member (although that seems more like a compiler bug).
  • 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-30T07:38:55+00:00Added an answer on May 30, 2026 at 7:38 am

    Upgrade to GCC 4.7. Version 4.6 doesn’t support this where you’re trying to use it.

    Another question covers some workarounds you might be able to use.

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

Sidebar

Related Questions

I want to start a new thread using a C function, not an objective-C
I am using this function to close existing form and open a new form.
Hay, i'm using this script function preloader(images){ var i = 0; imageObj = new
I'm new in using boost and have a problem. I need shared_mutex function in
I am using a trigger function to write data into a new table in
I'm using parallel-python and start a new job server in a function. after the
I am new to python and I am trying to implement rfind function using
im new with regexp, so can i ask for some assistance Using string.replace function
UPDATE 6/25/10 Using Google , I am not the only person to encounter this
I'm pretty new at Matlab, but I'm looking at a function that starts out

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.