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);
Created with MrDocs