<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
-->
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference xml:lang="en-us" outputclass="element" id="cxxStructTemplateParameters">
<title>cxxStructTemplateParameters</title>
<shortdesc>The <cxxStructTemplateParameters> element contains a set of struct parameters.</shortdesc>
<refbody>
<section>
<title>Description</title>
<p>The <cxxStructTemplateParameters> element contains one or more <cxxStructTemplateParameter>
elements. Each of which describes a struct parameter. <cxxStructTemplateParameters> is declared within
<cxxStructDefinition></p>
</section>
<example>
<title>Example</title>
<codeblock><cxxStructTemplateParameters>
<cxxStructTemplateParameter>
<cxxStructTemplateParameterType>typename T</cxxStructTemplateParameterType>
<apiDefNote>The type of the first function object. </apiDefNote>
</cxxStructTemplateParameter>
<cxxStructTemplateParameter>
<cxxStructTemplateParameterType>typename U</cxxStructTemplateParameterType>
<apiDefNote>The type of the second function object. </apiDefNote>
</cxxStructTemplateParameter>
</cxxStructTemplateParameters>
</codeblock>
</example>
<section conref="../packagedef.dita#cxxStructTemplateParameters-reference/cxxStructTemplateParameters-containedBy-section"/>
<section conref="../packagedef.dita#cxxStructTemplateParameters-reference/cxxStructTemplateParameters-contains-section"/>
<section conref="../packagedef.dita#cxxStructTemplateParameters-reference/cxxStructTemplateParameters-contentModel-section"/>
<section conref="../packagedef.dita#cxxStructTemplateParameters-reference/cxxStructTemplateParameters-attList-section"/>
<section conref="../packagedef.dita#cxxStructTemplateParameters-reference/cxxStructTemplateParameters-classValue-section"/>
</refbody>
</reference>