git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45016
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
operator wint_t() const { return m_value; }
#endif
operator int() const { return m_value; }
operator wint_t() const { return m_value; }
#endif
operator int() const { return m_value; }
+ operator unsigned int() const { return m_value; }
// We need this operator for the "*p" part of expressions like "for (
// const_iterator p = begin() + nStart; *p; ++p )". In this case,
// We need this operator for the "*p" part of expressions like "for (
// const_iterator p = begin() + nStart; *p; ++p )". In this case,
operator wint_t() const { return UniChar(); }
#endif
operator int() const { return UniChar(); }
operator wint_t() const { return UniChar(); }
#endif
operator int() const { return UniChar(); }
+ operator unsigned int() const { return UniChar(); }
// see wxUniChar::operator bool etc. for explanation
operator bool() const { return (bool)UniChar(); }
// see wxUniChar::operator bool etc. for explanation
operator bool() const { return (bool)UniChar(); }