How can ``string'' and ``time_t'' be operator functions in the link
below? The two names are not keywords and not shown in the standard in
sec 13.5p1.
Thank you for your time.
<quote>
00048 class MYSQLPP_EXPORT DateTime : public Comparable<Date Time>
00049 {
....
00165 operator std::string() const;
00166
00168 operator time_t() const;
....
</quote>
below? The two names are not keywords and not shown in the standard in
sec 13.5p1.
Thank you for your time.
<quote>
00048 class MYSQLPP_EXPORT DateTime : public Comparable<Date Time>
00049 {
....
00165 operator std::string() const;
00166
00168 operator time_t() const;
....
</quote>
Comment