return whether value is discarded

Synopsis

Declared in <nlohmann/json.hpp>

constexpr
bool
is_discarded() const noexcept;

Return Value

true if the value is discarded; false otherwise

Created with MrDocs