FreeBSD Manual Pages
std::experi..._view::empty(3) C++ Standard Libarystd::experi..._view::empty(3) NAME std::experimental::basic_string_view::empty - std::experimental::ba- sic_string_view::empty Synopsis constexpr bool empty() const noexcept; (library fundamentals TS) Checks if the view has no characters, i.e. whether size() == 0. Parameters (none) Return value true if the view is empty, false otherwise Complexity Constant. See also size returns the number of characters length (public member function) max_size returns the maximum number of characters (public member function) http://cppreference.com 2022.07.31 std::experi..._view::empty(3)
NAME | Synopsis | Parameters | Return value | Complexity | See also
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::experimental::u16string_view::empty&sektion=3&manpath=FreeBSD+Ports+15.0>
