Cast the specified ref to AnyConstRef.
Synopses
Declared in <bdlar_anycastutil.h>
Cast the specified ref to AnyConstRef.
static
AnyConstRef
toAnyConstRef(ArrayConstRef const& ref);
Cast the specified ref to AnyConstRef.
static
AnyConstRef
toAnyConstRef(ChoiceConstRef const& ref);
Cast the specified ref to AnyConstRef.
static
AnyConstRef
toAnyConstRef(CustomizedTypeConstRef const& ref);
Cast the specified ref to AnyConstRef.
static
AnyConstRef
toAnyConstRef(DynamicTypeConstRef const& ref);
Cast the specified ref to AnyConstRef.
static
AnyConstRef
toAnyConstRef(EnumConstRef const& ref);
Cast the specified ref to AnyConstRef.
static
AnyConstRef
toAnyConstRef(NullableValueConstRef const& ref);
Cast the specified ref to AnyConstRef.
static
AnyConstRef
toAnyConstRef(SequenceConstRef const& ref);
Cast the specified ref to AnyConstRef.
static
AnyConstRef
toAnyConstRef(SimpleTypeConstRef const& ref);
Return Value
-
an
AnyConstReffor the array referred to byref -
an
AnyConstReffor the choice referred to byref -
an
AnyConstReffor the customized type referred to byref -
an
AnyConstReffor the dynamic type referred to byref -
an
AnyConstReffor the enumeration referred to byref -
an
AnyConstReffor the nullable value referred to byref -
an
AnyConstReffor the sequence referred to byref -
an
AnyConstReffor the simple type referred to byref
Parameters
Name |
Description |
ref |
array const reference to wrap as |
Created with MrDocs