|
|
This class template is used as a compile time utility to count how many parameters have been passed to the Event class template. For most types its value is 1. The def_type is the only exception, its value is 0.
enum { count=1 } |
enum { count=0 } |
Generated by: pete on philemon on Wed May 25 14:40:07 2005, using kdoc 2.0a54. |