toAnyRef overloads
Synopses
Declared in <bdlar_anycastutil.h>
Return an AnyRef referring to the same array as ref.
Return an AnyRef referring to the same choice as 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.
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);
Return Value
-
an
AnyReffor the array referred to byref -
an
AnyReffor the choice referred to byref -
an
AnyReffor the customized type referred to byref -
an
AnyReffor the dynamic type referred to byref -
an
AnyReffor the enumeration referred to byref -
an
AnyReffor the nullable value referred to byref -
an
AnyReffor the sequence referred to byref -
an
AnyReffor the simple type referred to byref
Parameters
Name |
Description |
ref |
array reference to wrap as |
Created with MrDocs