table of contents
other versions
- Tumbleweed 2024.07.05-1.3
- Leap-16.0
- Leap-15.6
std::experimental::optional::operatorbool(3) | C++ Standard Libary | std::experimental::optional::operatorbool(3) |
NAME¶
std::experimental::optional::operatorbool - std::experimental::optional::operatorbool
Synopsis¶
constexpr explicit operator bool() const noexcept; (library fundamentals TS)
Checks whether *this contains a value.
Parameters¶
(none)
Return value¶
true if *this contains a value, false if *this does not contain a value.
Category:¶
* Noindexed pages
2024.06.10 | http://cppreference.com |