std::experimental::any::empty
From cppreference.com
< cpp | experimental | any
bool empty() const; |
(library fundamentals TS) | |
Checks whether the object contains a value.
Parameters
(none)
Return value
true if instance is empty, otherwise false.
Exceptions
noexcept specification:
noexcept