cheatah
Class

parsers::json::Null

The JSON null literal token.

Functions

fn Null()=default source#
fn ~Null()=default source#
fn int * value() const noexcept source#

The value of null (there is no data; provided for a uniform value() interface).

Returns

always nullptr.

Complexity

O(1).

Allocation

none.