xapian-core  2.0.0
Functions
description_append.h File Reference

Append a string to an object description, escaping invalid UTF-8. More...

#include <string>
#include <string_view>
+ Include dependency graph for description_append.h:
+ 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)
 

Detailed Description

Append a string to an object description, escaping invalid UTF-8.

Definition in file description_append.h.

Function Documentation

◆ description_append()

void description_append ( std::string &  desc,
std::string_view  s 
)