std::experimental::any::empty (3) - Linux Manuals
std::experimental::any::empty: std::experimental::any::empty
NAME
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.