Luna::remove_type_attribute
void remove_type_attribute(typeinfo_t type, const Name &name)
Removes one attribute of the specified type.
Parameters
-
in type
The type object.
-
in name
The name of the attribute to remove.
Valid Usage
-
type
must specify one valid type object. -
name
must not be empty.