empty constant

int const empty

通用-空。该值与生成代码的int默认值0对应

Implementation

static const int empty = 0;