Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::experimental::basic_string_view<CharT,Traits>::empty

      From cppreference.com
      <cpp‎ |experimental‎ |basic string view
       
       
       
       
      std::experimental::basic_string_view
       
      constexprbool empty()constnoexcept;
      (library fundamentals TS)

      Checks if the view has no characters, i.e. whethersize() == 0.

      Contents

      [edit]Parameters

      (none)

      [edit]Return value

      true if the view is empty,false otherwise

      [edit]Complexity

      Constant.

      [edit]See also

      returns the number of characters
      (public member function)[edit]
      returns the maximum number of characters
      (public member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/experimental/basic_string_view/empty&oldid=93175"

      [8]ページ先頭

      ©2009-2026 Movatter.jp