template non-type arguments

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hicham Mouline

    template non-type arguments

    hi,
    can a non-type argument of a template be of float type?
    If no, how can one get same intended result?
    rds,


  • Jeff Schwab

    #2
    Re: template non-type arguments

    Hicham Mouline wrote:
    can a non-type argument of a template be of float type?
    If no, how can one get same intended result?
    I haven't used this, but it looks like the right idea:


    Comment

    Working...