| 
    BornAgain
    1.19.0
    
   Simulate and fit neutron and x-ray scattering at grazing incidence 
   | 
 
Provides a hash function for a pair of doubles. More...
Public Member Functions | |
| size_t | operator() (const std::pair< double, double > &doubles) const noexcept | 
| Returns hash value of a pair of doubles, computed by exclusive-or of the component hash values.  More... | |
Provides a hash function for a pair of doubles.
Definition at line 50 of file ScalarFresnelMap.h.
      
  | 
  noexcept | 
Returns hash value of a pair of doubles, computed by exclusive-or of the component hash values.
Definition at line 28 of file ScalarFresnelMap.cpp.