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

FreeBSD Manual Pages

  
 
  

home | help
std::experi...path::empty(3)  C++ Standard Libary std::experi...path::empty(3)

NAME
       std::experimental::filesystem::path::empty	-      std::experimen-
       tal::filesystem::path::empty

Synopsis
	  bool empty() const;  (filesystem TS)

	  Checks if the	path is	empty.

Parameters
	  (none)

Return value
	  true if the path is empty, false otherwise.

Exceptions
	  noexcept specification:
	  noexcept

See also
	  has_root_path
	  has_root_name
	  has_root_directory
	  has_relative_path  checks if the corresponding path element  is  not
       empty
	  has_parent_path    (public member function)
	  has_filename
	  has_stem
	  has_extension

http://cppreference.com		  2022.07.31	  std::experi...path::empty(3)

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

home | help