Tests whether an optional_ref holds a value.
Synopsis
Declared in <absl/types/optional_ref.h>
template<typename T>
constexpr
bool
operator!=(
optional_ref<T> a,
std::nullopt_t b);
Return Value
true if a holds a value.
Parameters
Name |
Description |
a |
The reference to test. |
b |
The |
Created with MrDocs