std::experimental::any::empty - cppreference.com (original) (raw)

| bool empty() const noexcept; | | (library fundamentals TS) | | ---------------------------- | | ------------------------- |

Checks whether the object contains a value.

[edit] Parameters

(none)

[edit] Return value

true if instance is empty, otherwise false.