Skip to main content

cpp_substitute_template_arguments

Function cpp_substitute_template_arguments 

Source
pub fn cpp_substitute_template_arguments(
    arguments: &[CppTemplateExpression],
    bindings: &HashMap<String, CppTemplateTerm>,
) -> Option<Vec<CppTemplateExpression>>