PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ DECLTYPE_ASSIGN

#define DECLTYPE_ASSIGN (   dst,
  src 
)
Value:
do { \
(dst) = DECLTYPE(dst)(src); \
} while (0)
#define DECLTYPE(x)
Definition: uthash.h:47

Definition at line 59 of file uthash.h.