หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The class describes an enumeration and a structure common to all specializations of class template moneypunct.
Syntax
struct pattern
{
char field[_PATTERN_FIELD_SIZE];
};
Remarks
The enumeration part describes the possible values in elements of the array field in the structure pattern. The values of part are:
noneto match zero or more spaces or generate nothing.signto match or generate a positive or negative sign.spaceto match zero or more spaces or generate a space.symbolto match or generate a currency symbol.valueto match or generate a monetary value.
Requirements
Header: <locale>
Namespace: std