Previous fileTop of DocumentContentsIndex pageNext file
Apache C++ Standard Library User's Guide

32.2 An Example with a User-Defined Type

Let us work through a complete example with the following date class as the user-defined type:

This class has private data members of type std::tm, which is the time structure defined in header file <ctime>.



Previous fileTop of DocumentContentsIndex pageNext file