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
copy
substr
starts_with
ends_with
find
rfind
find_first_of
find_first_not_of
find_last_of
find_last_not_of
operator+
operator<<
std::hash
The text was updated successfully, but these errors were encountered:
Add copy function to string and string_view
bcc444d
#40 #41
Add find and rfind
b45627b
rick-de-water
No branches or pull requests
Member functions
copy
substr
starts_with
ends_with
find
rfind
find_first_of
find_first_not_of
find_last_of
find_last_not_of
Free functions
operator+
(actually not standard, but I want it anyway!)operator<<
Hashing
Moved to a separate issue Specialize std::hash #48std::hash
The text was updated successfully, but these errors were encountered: