#include <mfcstl/collections/clist_traits.hpp>
Regrettably, since MFC's template classes do not define any member types, it is not possible to generalise the traits, so we must just use specialisations. Sigh!
| Public Attributes | |
| typedef | value_type | 
| Typedef that defines the type of the elements in the list. | |
| typedef | arg_type | 
| Typedef that defines the type of the arguments to the methods of the list. | |
| typedef | list_type | 
| Typedef that identifies the actual class type used to parameterise the traits. | |
| typedef value_type | 
Typedef that defines the type of the elements in the list.
| typedef arg_type | 
Typedef that defines the type of the arguments to the methods of the list.
| typedef list_type | 
Typedef that identifies the actual class type used to parameterise the traits.
 1.5.6
 1.5.6