![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
Adds a collection interface on top of an iterator. More...
#include <intrusive_list_iterator.h>
Public Types | |
| using | Type = typename IteratorType::value_type | 
Public Member Functions | |
| IteratorContainer (Type first) | |
| IteratorType | begin () | 
| IteratorType | end () | 
Private Attributes | |
| Type | m_first | 
Adds a collection interface on top of an iterator.
The iterator must support a default constructor constructing a past-the-end iterator.
| IteratorType | The iterator's class. | 
| using IteratorContainer< IteratorType >::Type = typename IteratorType::value_type | 
      
  | 
  inlineexplicit | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  private |