BloombergLP::bdlat_NullableValueFunctions::bdlat_nullableValueIsNull

bdlat_nullableValueIsNull overloads

Synopses

Declared in <bdlat_nullablevaluefunctions.h>

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

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

Return whether the specified nullable object is null.

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

Return Value

true if object is null, and false otherwise

Parameters

NameDescription
objectnullable value to test