fixed_string icon indicating copy to clipboard operation
fixed_string copied to clipboard

Documentation

Open unterumarmung opened this issue 4 years ago • 1 comments

API Reference

  • [x] Constructors
  • [x] operator=
  • [x] at
  • [x] front
  • [x] back
  • [x] empty
  • [x] size & length
  • [x] max_size
  • [x] begin & cbegin
  • [x] end & cend
  • [x] rbegin & crbegin
  • [x] rend & crend
  • [x] data
  • [x] c_str
  • [ ] String view conversion operator
  • [x] substr
  • [x] 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 avatar Dec 04 '21 16:12 unterumarmung

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

unterumarmung avatar Jan 02 '22 17:01 unterumarmung