Cppgres
Build Postgres extensions in C++
Loading...
Searching...
No Matches
cppgres::error_formattable Concept Reference
Concept definition
template
<
typename
T>
concept
cppgres::error_formattable
=
std::integral<std::decay_t<T>> ||
(std::is_pointer_v<std::decay_t<T>> &&
std::same_as<std::remove_cv_t<std::remove_pointer_t<std::decay_t<T>>>,
char
>) ||
std::is_pointer_v<std::decay_t<T>>
cppgres::error_formattable
Definition:
error.hpp:31
cppgres
error_formattable
Generated by
1.9.6