Skip to content
New issue

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

Documentation #35

Open
16 of 30 tasks
unterumarmung opened this issue Dec 4, 2021 · 1 comment · Fixed by #13
Open
16 of 30 tasks

Documentation #35

unterumarmung opened this issue Dec 4, 2021 · 1 comment · Fixed by #13
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@unterumarmung
Copy link
Owner

unterumarmung commented Dec 4, 2021

API Reference

  • Constructors
  • operator=
  • at
  • front
  • back
  • empty
  • size & length
  • max_size
  • begin & cbegin
  • end & cend
  • rbegin & crbegin
  • rend & crend
  • data
  • c_str
  • String view conversion operator
  • substr
  • find
  • rfind
  • find_first_of
  • find_last_of
  • find_first_not_of
  • find_last_not_of
  • compare
  • starts_with
  • ends_with
  • contains
  • swap
  • Comparison operators
  • operator+
  • Hashing
@unterumarmung unterumarmung added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Dec 4, 2021
@unterumarmung unterumarmung linked a pull request Dec 19, 2021 that will close this issue
@unterumarmung
Copy link
Owner Author

data() and c_str() docs are implemented by @DymOK93
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant