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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:31:14+00:00 2026-05-31T20:31:14+00:00

I use the ROOT C++ libraries (root.cern.ch) daily and was browsing the source when

  • 0

I use the ROOT C++ libraries (root.cern.ch) daily and was browsing the source when I came across this function declaration:

TString TString::Format(const char *va_(fmt), ...)
{
    //etc.

It can be found here.

I don’t understand how a const char * can have an argument or a parenthesis in its name.
The expression va_(fmt) is later used as a simple const char * even though it looks like a function call or a constructor. At first I thought it had something to do with the variable argument list, which was also new to me, but reading documentation on stdarg.h didn’t help with this question at all.

It is very hard to google for help since I’m not really sure what to call this. A declaration with an argument? That doesn’t give any good results.

I used to think I knew C++, but what is going on here? All help will be appreciated.

  • 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-31T20:31:15+00:00Added an answer on May 31, 2026 at 8:31 pm

    It’s a macro – in Varargs.h:

    #if ...
    #  define va_(arg) __builtin_va_alist
    #else
    #  define va_(arg) arg
    #endif
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I typically use the below function to return the root URL if I ever
I use to do this on AS2 code. this.pause3Seconds = function () { trace(_global.something(_root.somthing));
I have many sites that use the same root category of the Main Site.
I use a tabBar Controller as root controller. It has 4 tabs and each
I need to use .gitignore to exclude a directory in the root of my
To refer to the root of a website in asp I use an ASP
use Rack::Static, :urls => ['/stylesheets', '/images'], :root => 'public' run proc { |env| [200,
If I use multiple repositories, all located under a single root folder, how can
I want to use a JavaScript file, lying in the root folder. How can
i want to use Ant task to compile flex project(with many libraries, modules) 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.