PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ gserialized_cmp_srid()

static int gserialized_cmp_srid ( const GSERIALIZED s1,
const GSERIALIZED s2 
)
inlinestatic

Definition at line 133 of file g_serialized.c.

134 {
135  return (
136  s1->srid[0] == s2->srid[0] &&
137  s1->srid[1] == s2->srid[1] &&
138  s1->srid[2] == s2->srid[2]
139  ) ? 0 : 1;
140 }
uint8_t srid[3]
Definition: liblwgeom.h:385

References GSERIALIZED::srid.

Referenced by gserialized_cmp().

Here is the caller graph for this function: