classes
-----
ARG   = "class T[n], class Allocator[n]"

CLASS = "vector<T[n], Allocator[n]>"
-----
ARG   = "class T[n], class Allocator[n]"
CLASS = "list<T[n], Allocator[n]>"

Example 4: MakeOperators input file for Listing Two.

Back to Article
Copyright © 1999, Dr. Dobb's Journal