PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ TYPE_PREC_SET_TYPE

#define TYPE_PREC_SET_TYPE (   flag,
  type 
)    ((flag) = ((flag) & 0xF0) | (((type) & 0x0F)))

Macros for manipulating the 'type_precision' int.

An int8_t used as follows: Type 4 bits Precision 4 bits

Definition at line 66 of file lwout_twkb.h.