diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxUnion/cxxUnionTemplateParameters.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxUnion/cxxUnionTemplateParameters.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,35 @@ + + + + + cxxUnionTemplateParameters + The <cxxUnionTemplateParameters> element contains a set of union parameters. + +
+ Description +

The <cxxUnionTemplateParameters> element contains one or more <cxxUnionTemplateParameter> + elements. Each of which describes a union parameter. <cxxUnionTemplateParameters> is declared within + <cxxUnionDefinition>

+
+ Example + <cxxUnionTemplateParameters> + <cxxUnionTemplateParameter> + <cxxUnionTemplateParameterType>typename T</cxxUnionTemplateParameterType> + <apiDefNote>The type of the first function object. </apiDefNote> + </cxxUnionTemplateParameter> + <cxxUnionTemplateParameter> + <cxxUnionTemplateParameterType>typename U</cxxUnionTemplateParameterType> + <apiDefNote>The type of the second function object. </apiDefNote> + </cxxUnionTemplateParameter> +</cxxUnionTemplateParameters> + +
+
+
+
+
+ + \ No newline at end of file