Skip to main content

cpp_qualified_name_has_scope_suffix

Function cpp_qualified_name_has_scope_suffix 

Source
pub fn cpp_qualified_name_has_scope_suffix(qualified: &str, scope: &str) -> bool
Expand description

Whether a structured using-declaration scope can name qualified as an ancestor class. The boundary check prevents Base from matching OtherBase while allowing a relative Base spelling to match ns::Base.