Auxiliary data structure for alignment of data.  
 More...
#include <JManip.hh>
 | 
| std::ostream &  | operator<< (std::ostream &out, const RIGHT &format) | 
|   | Format specifier.  
  | 
|   | 
Auxiliary data structure for alignment of data. 
Definition at line 296 of file JManip.hh.
 
◆ RIGHT()
  
  
      
        
          | RIGHT::RIGHT  | 
          ( | 
          const int |           width | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
  
 
Definition at line 304 of file JManip.hh.
 
 
◆ operator<<
  
  
      
        
          | std::ostream & operator<<  | 
          ( | 
          std::ostream & |           out,  | 
         
        
           | 
           | 
          const RIGHT & |           format ) | 
         
       
   | 
  
friend   | 
  
 
Format specifier. 
- Parameters
 - 
  
    | out | output stream  | 
    | format | format  | 
  
   
- Returns
 - output stream 
 
Definition at line 316 of file JManip.hh.
  317  {
  319    
  320    return out << setw(format.
width) << right;
 
  321  }
 
 
 
◆ width
The documentation for this struct was generated from the following file: