bdlat_nullableValueIsNull overloads
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...
Default customization-point implementation of isNull for bdlb::NullableValue.
template<class TYPE>
bool
bdlat_nullableValueIsNull(bdlb::NullableValue<TYPE> const& object);
» more...