Cppgres
Build Postgres extensions in C++
Loading...
Searching...
No Matches
cppgres::convertible_from_nullable_datum Concept Reference
Concept definition
template
<
typename
T>
concept
cppgres::convertible_from_nullable_datum
=
requires
{
{
cppgres::from_nullable_datum<T>(std::declval<nullable_datum>(), std::declval<oid>(),
std::declval<std::optional<memory_context>>())
} -> std::same_as<T>;
}
cppgres::convertible_from_nullable_datum
Definition:
datum.hpp:184
cppgres
convertible_from_nullable_datum
Generated by
1.9.6