Cppgres
Build Postgres extensions in C++
Loading...
Searching...
No Matches
cppgres::has_a_type Concept Reference
Concept definition
template
<
typename
T>
concept
cppgres::has_a_type
=
requires
(type_traits<T> t) {
{ t.type_for() } -> std::same_as<type>;
}
cppgres::has_a_type
Definition:
type.hpp:237
cppgres
has_a_type
Generated by
1.9.6