We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bool empty() const noexcept
We apparently already have this on rust::Slice and rust::Vec but it isn't there on rust::Str and rust::String.
rust::Slice
rust::Vec
rust::Str
rust::String
cxx/include/cxx.h
Line 168 in 1d0556e
Line 300 in 1d0556e
Should match the API of https://en.cppreference.com/w/cpp/string/basic_string/empty
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We apparently already have this on
rust::Slice
andrust::Vec
but it isn't there onrust::Str
andrust::String
.cxx/include/cxx.h
Line 168 in 1d0556e
cxx/include/cxx.h
Line 300 in 1d0556e
Should match the API of https://en.cppreference.com/w/cpp/string/basic_string/empty
The text was updated successfully, but these errors were encountered: