The Microsoft Input/Output Stream Classes (iostream.hlp) (Table of Contents; Topic list)
ios::adjustfield
ios                                         Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  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
 
 
                                     -♦-