std::any::empty

From cppreference.com
< cpp‎ | utility‎ | any
bool empty() const;
(since C++17)

Checks whether the object contains a value.

[edit] Parameters

(none)

[edit] Return value

true if instance is empty, otherwise false.

[edit] Exceptions

noexcept specification:  
noexcept