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>::type_for() } -> std::same_as<type>;
}
cppgres::has_a_type
Definition:
type.hpp:236
cppgres
has_a_type
Generated by
1.9.6