userver: storages::postgres::io::traits::IsMappedToPg< T, typename > Struct Template Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::postgres::io::traits::IsMappedToPg< T, typename > Struct Template Reference

Table of Contents

#include <userver/storages/postgres/io/type_traits.hpp>

Detailed Description

template<typename T, typename = ::utils::void_t<>>
struct storages::postgres::io::traits::IsMappedToPg< T, typename >

Detect if the C++ type is mapped to a Postgres type.

Definition at line 44 of file type_traits.hpp.

+ Inheritance diagram for storages::postgres::io::traits::IsMappedToPg< T, typename >:
+ Collaboration diagram for storages::postgres::io::traits::IsMappedToPg< T, typename >:

The documentation for this struct was generated from the following file: