Imported Upstream version 1.63.0
[platform/upstream/boost.git] / libs / geometry / doc / index / xml / structboost_1_1geometry_1_1index_1_1detail_1_1equal__to_3_01boost_1_1tuple_3_01_t0_00_01_t1_00_05575411b27cb3dcedde3865d7b2e05da.xml
1 <?xml version='1.0' encoding='UTF-8' standalone='no'?>
2 <doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.8.6">
3   <compounddef id="structboost_1_1geometry_1_1index_1_1detail_1_1equal__to_3_01boost_1_1tuple_3_01_t0_00_01_t1_00_05575411b27cb3dcedde3865d7b2e05da" kind="struct" prot="public">
4     <compoundname>boost::geometry::index::detail::equal_to&lt; boost::tuple&lt; T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 &gt;, false &gt;</compoundname>
5     <includes refid="equal__to_8hpp" local="no">equal_to.hpp</includes>
6     <templateparamlist>
7       <param>
8         <type>typename T0</type>
9       </param>
10       <param>
11         <type>typename T1</type>
12       </param>
13       <param>
14         <type>typename T2</type>
15       </param>
16       <param>
17         <type>typename T3</type>
18       </param>
19       <param>
20         <type>typename T4</type>
21       </param>
22       <param>
23         <type>typename T5</type>
24       </param>
25       <param>
26         <type>typename T6</type>
27       </param>
28       <param>
29         <type>typename T7</type>
30       </param>
31       <param>
32         <type>typename T8</type>
33       </param>
34       <param>
35         <type>typename T9</type>
36       </param>
37     </templateparamlist>
38       <sectiondef kind="public-type">
39       <memberdef kind="typedef" id="structboost_1_1geometry_1_1index_1_1detail_1_1equal__to_3_01boost_1_1tuple_3_01_t0_00_01_t1_00_05575411b27cb3dcedde3865d7b2e05da_1a2b7549ae7427a703a5f905e81a16461a" prot="public" static="no">
40         <type>boost::tuple&lt; T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 &gt;</type>
41         <definition>typedef boost::tuple&lt;T0, T1, T2, T3, T4, T5, T6, T7, T8, T9&gt; boost::geometry::index::detail::equal_to&lt; boost::tuple&lt; T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 &gt;, false &gt;::value_type</definition>
42         <argsstring></argsstring>
43         <name>value_type</name>
44         <briefdescription>
45         </briefdescription>
46         <detaileddescription>
47         </detaileddescription>
48         <inbodydescription>
49         </inbodydescription>
50         <location file="/home/ubuntu/boost/boost/geometry/index/equal_to.hpp" line="141" column="1" bodyfile="/home/ubuntu/boost/boost/geometry/index/equal_to.hpp" bodystart="141" bodyend="-1"/>
51       </memberdef>
52       <memberdef kind="typedef" id="structboost_1_1geometry_1_1index_1_1detail_1_1equal__to_3_01boost_1_1tuple_3_01_t0_00_01_t1_00_05575411b27cb3dcedde3865d7b2e05da_1a4d7dd6a6b127c6435d9deb1749ec332a" prot="public" static="no">
53         <type>bool</type>
54         <definition>typedef bool boost::geometry::index::detail::equal_to&lt; boost::tuple&lt; T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 &gt;, false &gt;::result_type</definition>
55         <argsstring></argsstring>
56         <name>result_type</name>
57         <briefdescription>
58 <para>The type of result returned by function object. </para>        </briefdescription>
59         <detaileddescription>
60         </detaileddescription>
61         <inbodydescription>
62         </inbodydescription>
63         <location file="/home/ubuntu/boost/boost/geometry/index/equal_to.hpp" line="144" column="1" bodyfile="/home/ubuntu/boost/boost/geometry/index/equal_to.hpp" bodystart="144" bodyend="-1"/>
64       </memberdef>
65       </sectiondef>
66       <sectiondef kind="public-func">
67       <memberdef kind="function" id="structboost_1_1geometry_1_1index_1_1detail_1_1equal__to_3_01boost_1_1tuple_3_01_t0_00_01_t1_00_05575411b27cb3dcedde3865d7b2e05da_1a007c1018ef887a3da0a5a0bae5757f6f" prot="public" static="no" const="yes" explicit="no" inline="yes" virt="non-virtual">
68         <type>bool</type>
69         <definition>bool boost::geometry::index::detail::equal_to&lt; boost::tuple&lt; T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 &gt;, false &gt;::operator()</definition>
70         <argsstring>(value_type const &amp;l, value_type const &amp;r) const </argsstring>
71         <name>operator()</name>
72         <param>
73           <type>value_type const &amp;</type>
74           <declname>l</declname>
75         </param>
76         <param>
77           <type>value_type const &amp;</type>
78           <declname>r</declname>
79         </param>
80         <briefdescription>
81 <para>Compare values. If tuple&lt;&gt; Value member is a Geometry geometry::equals() function is used. </para>        </briefdescription>
82         <detaileddescription>
83 <para><parameterlist kind="param"><parameteritem>
84 <parameternamelist>
85 <parametername>l</parametername>
86 </parameternamelist>
87 <parameterdescription>
88 <para>First value. </para></parameterdescription>
89 </parameteritem>
90 <parameteritem>
91 <parameternamelist>
92 <parametername>r</parametername>
93 </parameternamelist>
94 <parameterdescription>
95 <para>Second value. </para></parameterdescription>
96 </parameteritem>
97 </parameterlist>
98 <simplesect kind="return"><para>true if values are equal. </para></simplesect>
99 </para>        </detaileddescription>
100         <inbodydescription>
101         </inbodydescription>
102         <location file="/home/ubuntu/boost/boost/geometry/index/equal_to.hpp" line="153" column="1" bodyfile="/home/ubuntu/boost/boost/geometry/index/equal_to.hpp" bodystart="153" bodyend="158"/>
103       </memberdef>
104       </sectiondef>
105     <briefdescription>
106 <para>The function object comparing Values. </para>    </briefdescription>
107     <detaileddescription>
108 <para>This specialization compares values of type boost::tuple&lt;...&gt;. It compares all members of the tuple from the first one to the last one. </para>    </detaileddescription>
109     <location file="/home/ubuntu/boost/boost/geometry/index/equal_to.hpp" line="140" column="1" bodyfile="/home/ubuntu/boost/boost/geometry/index/equal_to.hpp" bodystart="139" bodyend="159"/>
110     <listofallmembers>
111       <member refid="structboost_1_1geometry_1_1index_1_1detail_1_1equal__to_3_01boost_1_1tuple_3_01_t0_00_01_t1_00_05575411b27cb3dcedde3865d7b2e05da_1a007c1018ef887a3da0a5a0bae5757f6f" prot="public" virt="non-virtual"><scope>boost::geometry::index::detail::equal_to&lt; boost::tuple&lt; T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 &gt;, false &gt;</scope><name>operator()</name></member>
112       <member refid="structboost_1_1geometry_1_1index_1_1detail_1_1equal__to_3_01boost_1_1tuple_3_01_t0_00_01_t1_00_05575411b27cb3dcedde3865d7b2e05da_1a4d7dd6a6b127c6435d9deb1749ec332a" prot="public" virt="non-virtual"><scope>boost::geometry::index::detail::equal_to&lt; boost::tuple&lt; T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 &gt;, false &gt;</scope><name>result_type</name></member>
113       <member refid="structboost_1_1geometry_1_1index_1_1detail_1_1equal__to_3_01boost_1_1tuple_3_01_t0_00_01_t1_00_05575411b27cb3dcedde3865d7b2e05da_1a2b7549ae7427a703a5f905e81a16461a" prot="public" virt="non-virtual"><scope>boost::geometry::index::detail::equal_to&lt; boost::tuple&lt; T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 &gt;, false &gt;</scope><name>value_type</name></member>
114     </listofallmembers>
115   </compounddef>
116 </doxygen>