userver: storages::postgres::io::traits::CanUseEnumAsStrongTypedef< T, typename > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::io::traits::CanUseEnumAsStrongTypedef< T, typename > Struct Template Reference

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

Detailed Description

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

A metafunction that enables an enum type serialization to its underlying type. Can be specialized.

Definition at line 96 of file strong_typedef.hpp.

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

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