curl-cpp
static c++17 wrapper for curl with -fno-exceptions support
|
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 |
Definition at line 37 of file curl_slist.hpp.