wstring::empty (Windows CE 5.0)
This method tests if the string contains elements (characters).
bool empty() const;
Parameters
None.
Return Values
Returns TRUE if the string contains no characters. Returns FALSE if it has at least one character.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Av_upnp.h.
Link Library: Av_upnp.lib.
C++ Namespace: av_upnp.
See Also
Send Feedback on this topic to the authors