std::wstring_convert::state
STD::wstring[医]皈依::状态
Defined in header | | |
---|---|---|
state_type state() const; | | |
返回转换状态的当前值,该值存储在wstring_convert
对象。转换状态可以在构造函数中显式设置,并由所有转换操作更新。
返回值
当前转换状态。
例
另见
to_bytes | converts a wide string into a byte string (public member function) |
---|---|
from_bytes | converts a byte string into a wide string (public member function) |
mbsinit | checks if the mbstate_t object represents initial shift state (function) |
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。