bdlat_valueTypeReset overloads
Synopses
Declared in <bdlar_anyref.h>
Reset the object referred to by the specified ref.
void
bdlat_valueTypeReset(AnyRef* ref);
Reset the specified ref to its default‐constructed state.
void
bdlat_valueTypeReset(ArrayRef* ref);
Reset the specified ref to its default‐constructed state.
void
bdlat_valueTypeReset(ChoiceRef* ref);
Reset the specified ref to its default‐constructed state.
void
bdlat_valueTypeReset(CustomizedTypeRef* ref);
Reset the specified ref to its default‐constructed state.
void
bdlat_valueTypeReset(DynamicTypeRef* ref);
Reset the specified ref to the default value.
void
bdlat_valueTypeReset(EnumRef* ref);
Reset the specified ref to its default‐constructed state.
void
bdlat_valueTypeReset(NullableValueRef* ref);
Reset the specified ref to the default value.
void
bdlat_valueTypeReset(SequenceRef* ref);
Reset the specified ref to the default value.
void
bdlat_valueTypeReset(SimpleTypeRef* ref);
Created with MrDocs