absent constant

Opt const absent

Represents an absent value (not provided).

Implementation

static const Opt absent = Opt(null);