FreeBSD Manual Pages
std::ranges...erator::base(3) C++ Standard Libarystd::ranges...erator::base(3) NAME std::ranges::chunk_view::inner-iterator::base - std::ranges::chunk_view::inner-iterator::base Synopsis constexpr const ranges::iterator_t<V>& base() const &; (since C++23) Returns the underlying cached iterator to current element (in cur- rent chunk) in chunk_view. Let parent_ be the underlying pointer to the enclosing chunk_view. Equivalent to: return *parent_->current_;. Parameters (none) Return value An iterator. Example This section is incomplete Reason: no example See also operator* accesses the element (C++23) (public member function) Category: * Todo no example http://cppreference.com 2024.06.10 std::ranges...erator::base(3)
NAME | Synopsis | Parameters | Return value | Example | See also | Category:
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::ranges::chunk_view::inner-iterator::base&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
