Struct cpp_demangle::ast::TemplateArgs
source · pub struct TemplateArgs(_);
Expand description
The <template-args>
production.
<template-args> ::= I <template-arg>+ E
Trait Implementations§
source§impl Clone for TemplateArgs
impl Clone for TemplateArgs
source§fn clone(&self) -> TemplateArgs
fn clone(&self) -> TemplateArgs
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