Definition at line 347 of file header_map.hpp.
 
 | 
| 
  | Iterator (UnderlyingIterator it) | 
|   | 
| 
  | Iterator (const Iterator &other) | 
|   | 
| 
  | Iterator (Iterator &&other) noexcept | 
|   | 
| 
Iterator &  | operator= (const Iterator &other) | 
|   | 
| 
Iterator &  | operator= (Iterator &&other) noexcept | 
|   | 
| 
Iterator  | operator++ (int) | 
|   | 
| 
Iterator &  | operator++ () | 
|   | 
| 
reference  | operator* () | 
|   | 
| 
const_reference  | operator* () const | 
|   | 
| 
pointer  | operator-> () | 
|   | 
| 
const_pointer  | operator-> () const | 
|   | 
| 
bool  | operator== (const Iterator &other) const | 
|   | 
| 
bool  | operator!= (const Iterator &other) const | 
|   | 
| 
bool  | operator== (const ConstIterator &other) const | 
|   | 
◆ const_pointer
      
        
          | using http::headers::HeaderMap::Iterator::const_pointer = const value_type* | 
        
      
 
 
◆ const_reference
      
        
          | using http::headers::HeaderMap::Iterator::const_reference = const value_type& | 
        
      
 
 
◆ difference_type
      
        
          | using http::headers::HeaderMap::Iterator::difference_type = std::ptrdiff_t | 
        
      
 
 
◆ iterator_category
      
        
          | using http::headers::HeaderMap::Iterator::iterator_category = std::forward_iterator_tag | 
        
      
 
 
◆ pointer
      
        
          | using http::headers::HeaderMap::Iterator::pointer = value_type* | 
        
      
 
 
◆ reference
      
        
          | using http::headers::HeaderMap::Iterator::reference = value_type& | 
        
      
 
 
◆ UnderlyingIterator
      
        
          | using http::headers::HeaderMap::Iterator::UnderlyingIterator | 
        
      
 
Initial value: 
      std::vector<header_map::MapEntry>::reverse_iterator
 
Definition at line 360 of file header_map.hpp.
 
 
◆ value_type
      
        
          | using http::headers::HeaderMap::Iterator::value_type = std::pair<const std::string, std::string> | 
        
      
 
 
◆ HeaderMap::ConstIterator
The documentation for this class was generated from the following file: