libpqxx
The C++ client library for PostgreSQL
concat.hxx File Reference
#include <string>
#include <string_view>
#include "pqxx/strconv.hxx"

Go to the source code of this file.

Namespaces

 pqxx::internal
 Internal items for libpqxx' own use. Do not use these yourself.
 

Functions

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). More...
 
template<typename... TYPE>
std::string pqxx::internal::concat (TYPE...item)
 Efficiently combine a bunch of items into one big string. More...