std::experimental::any::empty
Min standard notice:
Checks whether the object contains a value.
# Declarations
bool empty() const noexcept;
(library fundamentals TS)
# Return value
true if instance is empty, otherwise false.
Checks whether the object contains a value.
bool empty() const noexcept;
(library fundamentals TS)
true if instance is empty, otherwise false.