Struct cpp_demangle::ast::MemberName [−][src]
pub struct MemberName(_);
Expand description
In libiberty, Member and DerefMember expressions have special handling.
They parse an UnqualifiedName
(not an UnscopedName
as the cxxabi docs
say) and optionally a TemplateArgs
if it is present. We can’t just parse
a Name
or an UnscopedTemplateName
here because that allows other inputs
that libiberty does not.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for MemberName
impl Send for MemberName
impl Sync for MemberName
impl Unpin for MemberName
impl UnwindSafe for MemberName
Blanket Implementations
Mutably borrows from an owned value. Read more