This struct provides a namespace for a suite of function templates providing non‐primitive operations on "nullable value" types.

Synopsis

Declared in <bdlat_nullablevalueutil.h>

struct NullableValueUtil;

Static Member Functions

Name

Description

accessValueByCategory

Invoke a categorized accessor on the value held by a nullable object.

manipulateValueByCategory

Invoke a categorized manipulator on the value held by a nullable object.

Created with MrDocs