Return true.
Synopsis
Declared in <bdlb_nullablevalueref.h>
template<class TYPE>
bool
operator>=(
NullableValueRef<TYPE> const& lhs,
bsl::nullopt_t const& rhs) noexcept;
Return Value
true
Parameters
Name |
Description |
lhs |
nullable reference (unused) |
rhs |
nullopt sentinel (unused) |
Created with MrDocs