Definition at line 391 of file header_map.hpp.
 
◆ const_pointer
      
        
          | using http::headers::HeaderMap::ConstIterator::const_pointer = const value_type* | 
        
      
 
 
◆ const_reference
      
        
          | using http::headers::HeaderMap::ConstIterator::const_reference = const value_type& | 
        
      
 
 
◆ difference_type
      
        
          | using http::headers::HeaderMap::ConstIterator::difference_type = std::ptrdiff_t | 
        
      
 
 
◆ iterator_category
      
        
          | using http::headers::HeaderMap::ConstIterator::iterator_category = std::forward_iterator_tag | 
        
      
 
 
◆ pointer
      
        
          | using http::headers::HeaderMap::ConstIterator::pointer = const value_type* | 
        
      
 
 
◆ reference
      
        
          | using http::headers::HeaderMap::ConstIterator::reference = const value_type& | 
        
      
 
 
◆ UnderlyingIterator
      
        
          | using http::headers::HeaderMap::ConstIterator::UnderlyingIterator | 
        
      
 
Initial value: 
      std::vector<header_map::MapEntry>::const_reverse_iterator
 
Definition at line 404 of file header_map.hpp.
 
 
◆ value_type
      
        
          | using http::headers::HeaderMap::ConstIterator::value_type = std::pair<const std::string, std::string> | 
        
      
 
 
◆ HeaderMap::Iterator
The documentation for this class was generated from the following file: