public member function
<locale>

std::wstring_convert::converted

size_t converted() const;
size_t converted() const noexcept;
Conversion count
Returns the number of input elements successfully converted by the last conversion operation performed by the object (either from_bytes or to_bytes).

Parameters

none

Return value

The conversion count of the last conversion operation, in terms of input elements.
size_t is an unsigned integral type.

Data races

The wstring_convert object is accessed.

Exception safety

No-throw guarantee: this member function never throws exceptions.

See also