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

FreeBSD Manual Pages

  
 
  

home | help
std::move_sentinel::base(3)   C++ Standard Libary  std::move_sentinel::base(3)

NAME
       std::move_sentinel::base	- std::move_sentinel::base

Synopsis
	  constexpr S base() const;  (since C++20)

	  Returns the underlying base sentinel.

Parameters
	  (none)

Return value
	  The underlying sentinel.

Exceptions
	  May throw implementation-defined exceptions.

Example
	   This	section	is incomplete
	   Reason: no example

See also
	  base	  accesses the underlying iterator
	  (C++11) (public member function of std::move_iterator<Iter>)

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

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

home | help