added a comment in textstream.h

This commit is contained in:
2021-06-16 17:44:24 +02:00
parent 8b0ed5e750
commit 06e0f13df9

View File

@@ -86,6 +86,9 @@ public:
const_iterator begin() 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::wstring & str, bool clear_string = true) const;