Ignore:
Timestamp:
Aug 31, 2023, 1:25:38 PM (10 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
0f107e4, 2a301ff
Parents:
0b8c951d
Message:

third attempt at input manipulators for strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/collections/string.hfa

    r0b8c951d r686912c  
    1010// Created On       : Fri Sep 03 11:00:00 2021
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Aug 29 18:28:04 2023
    13 // Update Count     : 47
     12// Last Modified On : Thu Aug 31 11:47:27 2023
     13// Update Count     : 49
    1414//
    1515
     
    8383ifstream & ?|?( ifstream & is, _Istream_str f );
    8484void ?|?( ifstream & is, _Istream_str t );
    85 void getline( ifstream & in, string & this, const char delimit = '\n' );
    8685
    8786// Concatenation
Note: See TracChangeset for help on using the changeset viewer.