![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
Public Member Functions | |
| Mtr_memo_contains (const mtr_t *mtr, mtr_memo_type_t type) | |
| bool | operator() (mtr_memo_slot_t *slot) | 
| Check if the object in the given slot is of the correct type and then check if it is contained in the mtr.  More... | |
Private Attributes | |
| const mtr_t * | m_mtr | 
| mtr_memo_type_t | m_type | 
      
  | 
  inline | 
      
  | 
  inline | 
Check if the object in the given slot is of the correct type and then check if it is contained in the mtr.
| true | if the object in the slot is not of required type. os is of the required type, but is not contained in the mtr. | 
| false | if the object in the slot is of the required type and it is contained in the mtr. | 
      
  | 
  private | 
      
  | 
  private |