Syntax
static const long adjustfield;
Remarks
A mask that can be used to obtain the padding flag bits (left, right, or internal).
Example
extern ostream os;
if( ( os.flags() & ios::adjustfield ) == ios::left ) .....
See Also
ios::flags