Cast the specified any to CustomizedTypeRef.

Synopsis

Declared in <bdlar_anycastutil.h>

static
CustomizedTypeRef
toCustomizedTypeRef(AnyRef const& any);

Description

The behaviour is undefined unless any.typeCategory() == bdlat_TypeCategory::e_CHOICE_CATEGORY.

Return Value

a CustomizedTypeRef for the object referred to by any

Parameters

Name

Description

any

any reference to cast

Created with MrDocs