A container of utf16 encoded string for TextEditer. More...
#include <textbuf.hpp>
Public Types | |
| using | value_type = std::u16string |
| using | iterator = long |
Public Member Functions | |
| template<class ... Args> | |
| TextBuffer (Args &&...args) | |
| TextBuffer (const TextBuffer &)=default | |
| TextBuffer & | append (std::u16string_view str) |
| TextBuffer & | append (std::string_view str) |
| std::u16string * | operator-> () noexcept |
Friends | |
| class | TextSelection |
A container of utf16 encoded string for TextEditer.