std::experimental::any::empty (3) Linux Manual Page
std::experimental::any::empty – std::experimental::any::empty
Synopsis
bool empty() const noexcept; (library fundamentals TS)
Checks whether the object contains a value.
Parameters
(none)
Return value
true if instance is empty, otherwise false.
