curl-cpp
static c++17 wrapper for curl with -fno-exceptions support
Public Types | Public Member Functions | Public Attributes | Friends | List of all members
curl::utils::slist::const_iterator Struct Reference
Collaboration diagram for curl::utils::slist::const_iterator:
Collaboration graph

Public Types

using value_type = slist::value_type
 
using pointer = value_type *
 
using reference = value_type &
 
using difference_type = std::ptrdiff_t
 
using iterator_category = std::forward_iterator_tag
 

Public Member Functions

auto operator++ () noexcept -> const_iterator &
 
auto operator++ (int) noexcept -> const_iterator
 
auto operator* () const noexcept -> value_type
 

Public Attributes

const void * list_ptr = nullptr
 

Friends

bool operator== (const const_iterator &x, const const_iterator &y) noexcept
 
bool operator!= (const const_iterator &x, const const_iterator &y) noexcept
 

Detailed Description

Definition at line 37 of file curl_slist.hpp.


The documentation for this struct was generated from the following files: