Cppgres
Build Postgres extensions in C++
Loading...
Searching...
No Matches
cppgres::convertible_into_nullable_datum Concept Reference

Concept definition

template<typename T>
{ cppgres::into_nullable_datum(std::declval<T>()) } -> std::same_as<nullable_datum>;
}