Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::raw_st...erator::base(3) C++ Standard Libarystd::raw_st...erator::base(3)

NAME
       std::raw_storage_iterator::base - std::raw_storage_iterator::base

Synopsis
	  OutputIt base() const;  (since C++17)

	  Provides access to the iterator passed in the	constructor of this
	  raw_storage_iterator.

Parameters
	  (none)

Return value
	  An iterator pointing at the same object as *this

http://cppreference.com		  2022.07.31	 std::raw_st...erator::base(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::raw_storage_iterator::base&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help