blob: 66f65cae6fcc83ff131b77ff9ed9375456d9f228 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="" xml:lang="en-US">
<compounddef id="072__using_8cpp" kind="file" language="C++">
<compoundname>072_using.cpp</compoundname>
<sectiondef kind="typedef">
<memberdef kind="typedef" id="072__using_8cpp_1a1b01c504448c96cd2191a5184dd31acf" prot="public" static="no">
<templateparamlist>
<param>
<type>class T</type>
</param>
</templateparamlist>
<type>std::vector< T ></type>
<definition>using Vec = std::vector<T></definition>
<argsstring/>
<name>Vec</name>
<briefdescription>
<para>A vector. </para>
</briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="072_using.cpp" line="7" column="12" bodyfile="072_using.cpp" bodystart="7" bodyend="-1"/>
</memberdef>
</sectiondef>
<briefdescription>
</briefdescription>
<detaileddescription>
</detaileddescription>
<location file="072_using.cpp"/>
</compounddef>
</doxygen>
|