PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ G2FLAGS_SET_Z

#define G2FLAGS_SET_Z (   gflags,
  value 
)    ((gflags) = (value) ? ((gflags) | G2FLAG_Z) : ((gflags) & ~G2FLAG_Z))

Definition at line 29 of file gserialized2.h.