Strings I/O support.
Definition in file string_types.hpp.
Go to the source code of this file.
#include <cstring>#include <string>#include <string_view>#include <userver/storages/postgres/exceptions.hpp>#include <userver/storages/postgres/io/buffer_io_base.hpp>#include <userver/storages/postgres/io/traits.hpp>#include <userver/storages/postgres/io/type_mapping.hpp>
This graph shows which files directly or indirectly include this file:Classes | |
| struct | storages::postgres::io::BufferFormatter< const char * > |
| struct | storages::postgres::io::BufferFormatter< char[N]> |
| struct | storages::postgres::io::BufferFormatter< std::string > |
| struct | storages::postgres::io::BufferParser< std::string > |
| struct | storages::postgres::io::BufferFormatter< std::string_view > |
| struct | storages::postgres::io::BufferParser< std::string_view > |
| struct | storages::postgres::io::BufferFormatter< char > |
| struct | storages::postgres::io::BufferParser< char > |
| struct | storages::postgres::io::CppToSystemPg< const char * > |
| struct | storages::postgres::io::CppToSystemPg< char[N]> |
| struct | storages::postgres::io::CppToSystemPg< std::string > |
| struct | storages::postgres::io::CppToSystemPg< std::string_view > |
| struct | storages::postgres::io::CppToSystemPg< char > |
Namespaces | |
| namespace | storages |
| Components, clients and helpers for different databases and storages. | |
| namespace | storages::postgres |
| Top namespace for uPg driver. | |
| namespace | storages::postgres::io |
| uPg input-output. | |