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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:23:07+00:00 2026-05-25T18:23:07+00:00

In the Bjarne Stroustrup C++ Book (chapter 13, page 331), it said that a

  • 0

In the Bjarne Stroustrup C++ Book (chapter 13, page 331), it said that “a template parameter can be used in the definition of subsequent template parameter”. And it gives the following code:

template<class T, T def_val> class Cont{ /* ... */ }

Can anyone provide an example of how to use this template. For example, how to initialize an object of Cont? It look to me that “def_val” is not a type argument, and should not be placed in <>. Am I wrong?

Thanks a lot

  • 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-25T18:23:09+00:00Added an answer on May 25, 2026 at 6:23 pm

    You can do something like this:

    Cont<int, 6> cnt;
    //        ^ as long as this is of type T (in this case int)
    // def_val will be of type int and have a value of 6
    

    Template parameters aren’t required to be types.

    This only works when T is an integral type (int, unsigned, long, char etc but not float, std::string, const char*, etc), as @Riga mentioned in his/her comment.

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

Sidebar

Related Questions

In Bjarne Stroustrup's book The C++ Programming Language, it is stated that a derived
Bjarne Stroustrup (C++ creator) once said that he avoids "do/while" loops, and prefers to
I read on the wikipedia page for Null_pointer that Bjarne Stroustrup suggested defining NULL
I am trying an example from Bjarne Stroustrup's C++ book, third edition. While implementing
In Bjarne Stroustrup 's home page ( C++11 FAQ ): struct X { int
I'm studying The C++ Programming Language from Bjarne Stroustrup and he talks about logical
I recently watched GoingNative2012 about, of course, C++11. In Bjarne Stroustrup section, I found
In The C++ Programming Language, Bjarne writes that the null pointer is not the
According to Bjarne Stroustrup: if (and only if) you use an initialized member in
I ran into this supposed interview of Bjarne Stroustrup, the inventor of C++. http://artlung.com/smorgasborg/Invention_of_Cplusplus.shtml

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.