std::basic_string_view::empty
性病:基本[医]弦[医]视图:空
constexpr bool empty() const; | | (since C++17) |
---|
检查视图是否没有字符,即是否size() == 0
...
参数
%280%29
返回值
true
如果视图是空的,false
否则。
例外
noexcept
规格:
noexcept
复杂性
常量。
另见
sizelength | returns the number of characters (public member function) |
---|---|
max_size | returns the maximum number of characters (public member function) |
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。