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

FreeBSD Manual Pages

  
 
  

home | help
std::experi..._view::front(3) C++ Standard Libarystd::experi..._view::front(3)

NAME
       std::experimental::basic_string_view::front   -	std::experimental::ba-
       sic_string_view::front

Synopsis
	  constexpr const_reference front() const;  (library fundamentals TS)

	  Returns reference to the first character in the view.

Parameters
	  (none)

Return value
	  reference to the first character, equivalent to operator[](0).

Complexity
	  Constant.

See also
	  back accesses	the last character
	       (public member function)

http://cppreference.com		  2022.07.31	 std::experi..._view::front(3)

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

home | help