|
|
24ef556ab7
|
Improve basic_string type to include more functionality of std::string. Also add option to disable SSO if so desired
|
2022-06-22 13:30:00 -07:00 |
|
|
|
00355a64c6
|
Update cx::string to be more level with string_view
|
2022-06-19 18:46:02 -07:00 |
|
|
|
56d680e036
|
Add substring function to string_view
|
2022-06-17 13:41:10 -07:00 |
|
|
|
8ab328fcfe
|
Make string_view trivially copy-able and trivially move-able. Add wstring alias for basic_string<wchar_t>. Add constexpr version of 'abs' function.
|
2022-06-08 12:09:52 -07:00 |
|
|
|
fd22069562
|
Add some iterator manipulation to string_view. Add a push_back function to strings so that they can be used in standard library stuff more
|
2022-05-28 16:06:08 -07:00 |
|
|
|
3fc89111ea
|
Remove deprecated class binary and string_view operators. Move string_view into its own files. Update version to 0.2.0.
|
2022-05-22 15:14:34 -07:00 |
|