wstring::wstring (Compact 7)

3/12/2014

This method constructs a string that is empty or initialized by specific characters, or that is a copy of all or part of some other string object or C-style null-terminated string.

Syntax

wstring(
  const wstring& _X
);
wstring(
  const wchar_t* _S
);

Parameters

  • _X
    The wstring whose characters form the new wstring instance.
  • _S
    The C-style string that is the source of the characters that form the new wstring instance.

Return Value

None.

Requirements

Header

av_upnp.h

Library

Av_upnp.lib

See Also

Reference

wstring class (UPnP AV)