Cast the specified ref to AnyConstRef.
Declared in <bdlar_anycastutil.h>
Cast the specified ref to AnyConstRef.
static
AnyConstRef
toAnyConstRef(ArrayConstRef const& ref);
» more...
Cast the specified ref to AnyConstRef.
static
AnyConstRef
toAnyConstRef(ChoiceConstRef const& ref);
» more...
Cast the specified ref to AnyConstRef.
static
AnyConstRef
toAnyConstRef(CustomizedTypeConstRef const& ref);
» more...
Cast the specified ref to AnyConstRef.
static
AnyConstRef
toAnyConstRef(DynamicTypeConstRef const& ref);
» more...
Cast the specified ref to AnyConstRef.
static
AnyConstRef
toAnyConstRef(EnumConstRef const& ref);
» more...
Cast the specified ref to AnyConstRef.
static
AnyConstRef
toAnyConstRef(NullableValueConstRef const& ref);
» more...
Cast the specified ref to AnyConstRef.
static
AnyConstRef
toAnyConstRef(SequenceConstRef const& ref);
» more...
Cast the specified ref to AnyConstRef.
static
AnyConstRef
toAnyConstRef(SimpleTypeConstRef const& ref);
» more...
AnyConstRef for the array referred to by refAnyConstRef for the choice referred to by refAnyConstRef for the customized type referred to by refAnyConstRef for the dynamic type referred to by refAnyConstRef for the enumeration referred to by refAnyConstRef for the nullable value referred to by refAnyConstRef for the sequence referred to by refAnyConstRef for the simple type referred to by ref| Name | Description |
|---|---|
| ref | array const reference to wrap as AnyConstRef |