Default customization‐point implementation of accessValue for bdlb::NullableValue.
Synopsis
Declared in <bdlat_nullablevaluefunctions.h>
template<
class TYPE,
class ACCESSOR>
int
bdlat_nullableValueAccessValue(
bdlb::NullableValue<TYPE> const& object,
ACCESSOR& accessor);
Return Value
result of invoking accessor
Parameters
Name |
Description |
object |
nullable value whose contents are accessed |
accessor |
functor applied to the held value |
Created with MrDocs