Changeset 8c2723f for libcfa/src/collections/string.hfa
- Timestamp:
- Mar 14, 2025, 4:22:42 PM (10 months ago)
- Branches:
- master
- Children:
- 3d9831b
- Parents:
- a21aaff
- File:
-
- 1 edited
-
libcfa/src/collections/string.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/collections/string.hfa
ra21aaff r8c2723f 10 10 // Created On : Fri Sep 03 11:00:00 2021 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Oct 13 10:50:30 202413 // Update Count : 13 112 // Last Modified On : Fri Mar 14 15:33:38 2025 13 // Update Count : 132 14 14 // 15 15 … … 77 77 78 78 // Alternate construction: request shared edits 79 struct string_ WithSharedEdits{79 struct string_Share { 80 80 string * s; 81 81 }; 82 string_ WithSharedEdits ?`shareEdits( string & s );83 void ?{}( string & s, string_ WithSharedEditssrc );82 string_Share ?`share( string & s ); 83 void ?{}( string & s, string_Share src ); 84 84 85 85 // IO Operator
Note:
See TracChangeset
for help on using the changeset viewer.