BloombergLP::bdlat_NullableValueFunctions::bdlat_nullableValueMakeValue

bdlat_nullableValueMakeValue overloads

Synopses

Declared in <bdlat_nullablevaluefunctions.h>

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

template<class TYPE>
void
bdlat_nullableValueMakeValue(bdlb::NullableAllocatedValue<TYPE>* object);
» more...

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

template<class TYPE>
void
bdlat_nullableValueMakeValue(bdlb::NullableValue<TYPE>* object);
» more...