Return an AnyRef referring to the same array as ref.

Synopsis

Declared in <bdlar_anycastutil.h>

static
AnyRef
toAnyRef(ArrayRef const& ref);

Description

Cast the specified ref to AnyRef.

Return Value

an AnyRef for the array referred to by ref

Parameters

Name

Description

ref

array reference to wrap as AnyRef

Created with MrDocs