added a comment in textstream.h

This commit is contained in:
Tomasz Sowa 2021-06-16 17:44:24 +02:00
parent 8b0ed5e750
commit 06e0f13df9
1 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,9 @@ public:
const_iterator begin() const; const_iterator begin() const;
const_iterator end() const; const_iterator end() const;
// IMPROVE ME
// add cbegin(), cend(), rbegin(), rend(), crbegin(), crend()
void to_string(std::string & str, bool clear_string = true) const; void to_string(std::string & str, bool clear_string = true) const;
void to_string(std::wstring & str, bool clear_string = true) const; void to_string(std::wstring & str, bool clear_string = true) const;