std::experimental::optional<T>::operator bool
Min standard notice:
Checks whether *this contains a value.
# Declarations
constexpr explicit operator bool() const noexcept;
(library fundamentals TS)
# Return value
true if *this contains a value, false if *this does not contain a value.