#include <string>
#include <string_view>
#include "pqxx/strconv.hxx"
Go to the source code of this file.
|
| namespace | pqxx |
| | The home of all libpqxx classes, functions, templates, etc.
|
| |
| namespace | pqxx::internal |
| | Internal items for libpqxx' own use. Do not use these yourself.
|
| |
|
| template<typename TYPE> |
| void | pqxx::internal::render_item (TYPE const &item, char *&here, char *end) |
| | Convert item to a string, write it into [here, end).
|
| |
| template<typename... TYPE> |
| std::string | pqxx::internal::concat (TYPE... item) |
| | Efficiently combine a bunch of items into one big string.
|
| |