From f1f4efa1c3003bec61ea075034dc2ac50cc5d1b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rimas=20Misevi=C4=8Dius?= Date: Thu, 21 Nov 2024 23:24:19 +0200 Subject: [PATCH] Update information in string_input.md --- doc/string_input.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/string_input.md b/doc/string_input.md index f5d56c7..9acf632 100644 --- a/doc/string_input.md +++ b/doc/string_input.md @@ -2,7 +2,9 @@ For string input, the library supports UTF-8, UTF-16, UTF-32 encodings and several string types, including `std::basic_string`, `std::basic_string_view`, null-terminated strings of any char type: `char`, `char8_t`, `char16_t`, `char32_t`, or `wchar_t`. -The ATL/MFC and Qt library string types are also supported. To use them you need to include the header files listed in the table below instead of `url.h`: +Other classes that have a `data()` function that returns a pointer to one of the char types listed above and a `size()` function that has an integer return type are also supported (e.g. `std::vector`). + +The ATL/MFC and Qt library string types are supported. To use them you need to include the header files listed in the table below instead of `url.h`: | Library | Supported string types | Include instead of `url.h` | |-|-|-|