table of contents
other versions
- Tumbleweed 2024.07.05-1.3
- Leap-16.0
- Leap-15.6
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 |