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