Cast the specified ref to AnyRef.

Synopses

Declared in <bdlar_anycastutil.h>

Cast the specified ref to AnyRef.

static
AnyRef
toAnyRef(ArrayRef const& ref);

Cast the specified ref to AnyRef.

static
AnyRef
toAnyRef(ChoiceRef const& ref);

Cast the specified ref to AnyRef.

static
AnyRef
toAnyRef(CustomizedTypeRef const& ref);

Cast the specified ref to AnyRef.

static
AnyRef
toAnyRef(DynamicTypeRef const& ref);

Cast the specified ref to AnyRef.

static
AnyRef
toAnyRef(EnumRef const& ref);

Cast the specified ref to AnyRef.

static
AnyRef
toAnyRef(NullableValueRef const& ref);

Cast the specified ref to AnyRef.

static
AnyRef
toAnyRef(SequenceRef const& ref);

Cast the specified ref to AnyRef.

static
AnyRef
toAnyRef(SimpleTypeRef const& ref);

Created with MrDocs