Permutation of 3 elements.  
 More...
#include <Misc.hpp>
 | 
| std::array< std::size_t, 3 > const  | perm | 
|   | A permuted list of integers (0, 1, 2)  More...
  | 
|   | 
| int const  | sign | 
|   | Signature of the permutation.  More...
  | 
|   | 
Permutation of 3 elements. 
Definition at line 124 of file Misc.hpp.
 
◆ operator!=()
      
        
          | bool Pomerol::Permutation3::operator!=  | 
          ( | 
          Permutation3 const &  | 
          rhs | ) | 
           const | 
        
      
 
 
◆ operator==()
      
        
          | bool Pomerol::Permutation3::operator==  | 
          ( | 
          Permutation3 const &  | 
          rhs | ) | 
           const | 
        
      
 
 
◆ operator<<
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          os,  | 
         
        
           | 
           | 
          Permutation3 const &  | 
          p  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Output stream insertion operator. 
- Parameters
 - 
  
    | [out] | os | Output stream.  | 
    | [in] | p | Permutation to be inserted.  | 
  
   
- Returns
 - Reference to the output stream. 
 
 
 
◆ perm
      
        
          | std::array<std::size_t, 3> const Pomerol::Permutation3::perm | 
        
      
 
A permuted list of integers (0, 1, 2) 
Definition at line 126 of file Misc.hpp.
 
 
◆ sign
      
        
          | int const Pomerol::Permutation3::sign | 
        
      
 
Signature of the permutation. 
Definition at line 128 of file Misc.hpp.
 
 
The documentation for this struct was generated from the following file: