nontemplatized

From Wiktionary, the free dictionary
Jump to navigation Jump to search

English[edit]

Etymology[edit]

non- +‎ templatized

Adjective[edit]

nontemplatized (not comparable)

  1. Not templatized.
    • 1995, The C++ report: the international newsletter for C++ programmers:
      Note that unlike the nontemplatized version, this function still supports constant objects because T is allowed to bind to a constant object...
    • 1997, Herbert Schildt, C/C++ programmer's reference:
      The old-style library uses a less-complicated, nontemplatized class hierarchy.
    • 2009, Jeff Cogswell, John Paul Mueller, C++ All-In-One Desk Reference For Dummies:
      Want to know how to derive a nontemplatized class from a class template?