std::experimental::any::empty

Checks whether the object contains a value.

# Declarations

bool empty() const noexcept;

(library fundamentals TS)

# Return value

true if instance is empty, otherwise false.