|
xapian-core
2.0.0
|
Append a string to an object description, escaping invalid UTF-8. More...
#include <config.h>#include "description_append.h"#include "xapian/unicode.h"#include <string>#include <string_view>
Include dependency graph for description_append.cc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | description_append (std::string &desc, std::string_view s) |
Append a string to an object description, escaping invalid UTF-8.
Definition in file description_append.cc.
| void description_append | ( | std::string & | desc, |
| std::string_view | s | ||
| ) |
Definition at line 32 of file description_append.cc.
References Xapian::Unicode::append_utf8().