Cppgres
Build Postgres extensions in C++
Loading...
Searching...
No Matches
cppgres::walker_implementation Concept Reference
Concept definition
template
<
typename
T>
concept
cppgres::walker_implementation
=
requires
(T t, ::Node *
node
, ::tree_walker_callback cb,
void
*ctx) {
{ t(
node
, cb, ctx) } -> std::same_as<bool>;
}
cppgres::node
Definition:
node.hpp:40
cppgres::walker_implementation
Definition:
node.hpp:149
cppgres
walker_implementation
Generated by
1.9.6