Auxiliary data structure for alignment of data.  
 More...
#include <JPrint.hh>
Auxiliary data structure for alignment of data. 
Definition at line 299 of file JPrint.hh.
 
◆ LEFT()
  
  
      
        
          | LEFT::LEFT  | 
          ( | 
          const int  | 
          width | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
  
 
Definition at line 307 of file JPrint.hh.
 
 
◆ operator<<
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          const LEFT &  | 
          format  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Format specifier. 
- Parameters
 - 
  
    | out | output stream  | 
    | format | format  | 
  
   
- Returns
 - output stream 
 
Definition at line 318 of file JPrint.hh.
  322     return out << setw(format.width) << left;
 
 
 
 
◆ width
The documentation for this struct was generated from the following file: