BloombergLP::bdlat_NullableValueFunctions::bdlat_nullableValueIsNull

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

Synopsis

Declared in <bdlat_nullablevaluefunctions.h>

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

Return Value

true if object is null, and false otherwise

Parameters

NameDescription
objectnullable value to test