#include <cuckoohash_util.hh>
Thrown when an expansion is triggered, but the hashpower specified is greater than the maximum, which can be set with the cuckoohash_map::maximum_hashpower method. 
 
◆ maximum_hashpower_exceeded()
  
  
      
        
          | libcuckoo::maximum_hashpower_exceeded::maximum_hashpower_exceeded  | 
          ( | 
          const size_t  | 
          hp | ) | 
           | 
         
       
   | 
  
inlinenoexcept   | 
  
 
Constructor
- Parameters
 - 
  
    | hp | the hash power we were trying to expand to  | 
  
   
 
 
◆ hashpower()
  
  
      
        
          | size_t libcuckoo::maximum_hashpower_exceeded::hashpower  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlinenoexcept   | 
  
 
- Returns
 - the hashpower we were trying to expand to 
 
 
 
◆ what()
  
  
      
        
          | virtual const char* libcuckoo::maximum_hashpower_exceeded::what  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtualnoexcept   | 
  
 
- Returns
 - a descriptive error message 
 
 
 
The documentation for this class was generated from the following file: