Enum cpp_demangle::ast::WellKnownComponent
source · pub enum WellKnownComponent {
Std,
StdAllocator,
StdString1,
StdString2,
StdIstream,
StdOstream,
StdIostream,
}
Expand description
The <substitution>
variants that are encoded directly in the grammar,
rather than as back references to other components in the substitution
table.
Variants§
Std
std
StdAllocator
std::allocator
StdString1
std::basic_string
StdString2
std::string
StdIstream
std::basic_istream<char, std::char_traits
StdOstream
std::ostream
StdIostream
std::basic_iostream<char, std::char_traits
Trait Implementations§
source§impl Clone for WellKnownComponent
impl Clone for WellKnownComponent
source§fn clone(&self) -> WellKnownComponent
fn clone(&self) -> WellKnownComponent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more