table of contents
std::experimental::any::empty(3) | C++ Standard Libary | std::experimental::any::empty(3) |
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.
Category:¶
* Noindexed pages
2024.06.10 | http://cppreference.com |