- Timestamp:
 - Aug 7, 2023, 10:24:22 AM (2 years ago)
 - Branches:
 - master
 - Children:
 - ff7f6d07
 - Parents:
 - 3c82bf6
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/containers/string.cfa (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/containers/string.cfa
r3c82bf6 rbc9f84a 9 9 // Author : Michael L. Brooks 10 10 // Created On : Fri Sep 03 11:00:00 2021 11 // Last Modified By : Michael L. Brooks12 // Last Modified On : Fri Sep 03 11:00:00 202113 // Update Count : 111 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Aug 7 10:07:26 2023 13 // Update Count : 2 14 14 // 15 15 … … 118 118 } 119 119 120 string ?()( string & this, size_t start ) { 121 string ret = { *this.inner, start, size( this ) }; 122 return ret`shareEdits; 123 } 124 120 125 //////////////////////////////////////////////////////// 121 126 // Comparison  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.