wstring_convert Members

Reference

Constructors

wstring_convert

Constructs an object of type wstring_convert.

Typedefs

byte_string

A type that represents a byte string.

wide_string

A type that represents a wide string.

state_type

A type that represents the conversion state.

int_type

A type that represents an integer.

Member Functions

from_bytes

Converts a byte string to a wide string.

to_bytes

Converts a wide string to a byte string.

converted

Returns the number of successful conversions.

state

Returns an object representing the state of the conversion.

See Also

Reference

wstring_convert Class