Content deleted Content added
→Templates vs. generics: Added updated C++ info with concepts Tags: Mobile edit Mobile web edit |
m v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation) |
||
Line 369:
| Wildcards supported as type parameter.
|-
| Bounding of type parameters and enforcement of relationships between type parameters effectively possible through metaprogramming
| Supports bounding of type parameters with "extends" and "super" for upper and lower bounds, respectively; allows enforcement of relationships between type parameters.
|-
|