BloombergLP::bdlat_NullableValueFunctions::bdlat_nullableValueIsNull

Return whether the specified nullable object is null.

Synopsis

Declared in <bdlat_nullablevaluefunctions.h>

template<class TYPE>
bool
bdlat_nullableValueIsNull(bdlb::NullableValue<TYPE> const& object);

Description

Default customization-point implementation of isNull for bdlb::NullableValue.

Return Value

true if object is null, and false otherwise

Parameters

NameDescription
objectnullable value to test