fixed_string
fixed_string copied to clipboard
Documentation
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
data() and c_str() docs are implemented by @DymOK93
Thanks!