Jenkins | 514be65 | 2019-02-28 12:25:18 +0000 | [diff] [blame] | 1 | <!-- HTML header for doxygen 1.8.15--> |
| 2 | <!-- Remember to use version doxygen 1.8.15 +--> |
| 3 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 4 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 5 | <head> |
| 6 | <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
| 7 | <meta http-equiv="X-UA-Compatible" content="IE=9"/> |
| 8 | <meta name="generator" content="Doxygen 1.8.15"/> |
| 9 | <meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines --> |
| 10 | <title>Compute Library: arm_compute/core/utils/misc/Requires.h File Reference</title> |
| 11 | <link href="tabs.css" rel="stylesheet" type="text/css"/> |
| 12 | <script type="text/javascript" src="jquery.js"></script> |
| 13 | <script type="text/javascript" src="dynsections.js"></script> |
| 14 | <link href="navtree.css" rel="stylesheet" type="text/css"/> |
| 15 | <script type="text/javascript" src="resize.js"></script> |
| 16 | <script type="text/javascript" src="navtreedata.js"></script> |
| 17 | <script type="text/javascript" src="navtree.js"></script> |
| 18 | <script type="text/javascript"> |
| 19 | /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| 20 | $(document).ready(initResizable); |
| 21 | /* @license-end */</script> |
| 22 | <link href="search/search.css" rel="stylesheet" type="text/css"/> |
| 23 | <script type="text/javascript" src="search/searchdata.js"></script> |
| 24 | <script type="text/javascript" src="search/search.js"></script> |
| 25 | <script type="text/x-mathjax-config"> |
| 26 | MathJax.Hub.Config({ |
| 27 | extensions: ["tex2jax.js"], |
| 28 | jax: ["input/TeX","output/HTML-CSS"], |
| 29 | }); |
| 30 | </script><script type="text/javascript" async="async" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> |
| 31 | <link href="doxygen.css" rel="stylesheet" type="text/css" /> |
| 32 | <link href="stylesheet.css" rel="stylesheet" type="text/css"/> |
| 33 | </head> |
| 34 | <body> |
| 35 | <div id="top"><!-- do not remove this div, it is closed by doxygen! --> |
| 36 | <div id="titlearea"> |
| 37 | <table cellspacing="0" cellpadding="0"> |
| 38 | <tbody> |
| 39 | <tr style="height: 56px;"> |
| 40 | <img alt="Compute Library" src="https://raw.githubusercontent.com/ARM-software/ComputeLibrary/gh-pages/ACL_logo.png" style="max-width: 100%;margin-top: 15px;margin-left: 10px"/> |
| 41 | <td style="padding-left: 0.5em;"> |
| 42 | <div id="projectname"> |
Jenkins | 7f09cf7 | 2020-01-22 18:08:16 +0000 | [diff] [blame^] | 43 |  <span id="projectnumber">19.11.1</span> |
Jenkins | 514be65 | 2019-02-28 12:25:18 +0000 | [diff] [blame] | 44 | </div> |
| 45 | </td> |
| 46 | </tr> |
| 47 | </tbody> |
| 48 | </table> |
| 49 | </div> |
| 50 | <!-- end header part --> |
| 51 | <!-- Generated by Doxygen 1.8.15 --> |
| 52 | <script type="text/javascript"> |
| 53 | /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| 54 | var searchBox = new SearchBox("searchBox", "search",false,'Search'); |
| 55 | /* @license-end */ |
| 56 | </script> |
| 57 | <script type="text/javascript" src="menudata.js"></script> |
| 58 | <script type="text/javascript" src="menu.js"></script> |
| 59 | <script type="text/javascript"> |
| 60 | /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| 61 | $(function() { |
| 62 | initMenu('',true,false,'search.php','Search'); |
| 63 | $(document).ready(function() { init_search(); }); |
| 64 | }); |
| 65 | /* @license-end */</script> |
| 66 | <div id="main-nav"></div> |
| 67 | </div><!-- top --> |
| 68 | <div id="side-nav" class="ui-resizable side-nav-resizable"> |
| 69 | <div id="nav-tree"> |
| 70 | <div id="nav-tree-contents"> |
| 71 | <div id="nav-sync" class="sync"></div> |
| 72 | </div> |
| 73 | </div> |
| 74 | <div id="splitbar" style="-moz-user-select:none;" |
| 75 | class="ui-resizable-handle"> |
| 76 | </div> |
| 77 | </div> |
| 78 | <script type="text/javascript"> |
| 79 | /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| 80 | $(document).ready(function(){initNavTree('_requires_8h.xhtml','');}); |
| 81 | /* @license-end */ |
| 82 | </script> |
| 83 | <div id="doc-content"> |
| 84 | <!-- window showing the filter options --> |
| 85 | <div id="MSearchSelectWindow" |
| 86 | onmouseover="return searchBox.OnSearchSelectShow()" |
| 87 | onmouseout="return searchBox.OnSearchSelectHide()" |
| 88 | onkeydown="return searchBox.OnSearchSelectKey(event)"> |
| 89 | </div> |
| 90 | |
| 91 | <!-- iframe showing the search results (closed by default) --> |
| 92 | <div id="MSearchResultsWindow"> |
| 93 | <iframe src="javascript:void(0)" frameborder="0" |
| 94 | name="MSearchResults" id="MSearchResults"> |
| 95 | </iframe> |
| 96 | </div> |
| 97 | |
| 98 | <div class="header"> |
| 99 | <div class="summary"> |
| 100 | <a href="#namespaces">Namespaces</a> | |
| 101 | <a href="#define-members">Macros</a> | |
| 102 | <a href="#enum-members">Enumerations</a> </div> |
| 103 | <div class="headertitle"> |
| 104 | <div class="title">Requires.h File Reference</div> </div> |
| 105 | </div><!--header--> |
| 106 | <div class="contents"> |
| 107 | |
| 108 | <p><a href="_requires_8h_source.xhtml">Go to the source code of this file.</a></p> |
| 109 | <table class="memberdecls"> |
| 110 | <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> |
| 111 | Namespaces</h2></td></tr> |
| 112 | <tr class="memitem:namespacearm__compute"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute.xhtml">arm_compute</a></td></tr> |
Jenkins | 0e205f7 | 2019-11-28 16:53:35 +0000 | [diff] [blame] | 113 | <tr class="memdesc:namespacearm__compute"><td class="mdescLeft"> </td><td class="mdescRight">Copyright (c) 2017-2019 ARM Limited. <br /></td></tr> |
Jenkins | 514be65 | 2019-02-28 12:25:18 +0000 | [diff] [blame] | 114 | <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> |
| 115 | <tr class="memitem:namespacearm__compute_1_1utils"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1utils.xhtml">arm_compute::utils</a></td></tr> |
| 116 | <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> |
| 117 | <tr class="memitem:namespacearm__compute_1_1utils_1_1requires"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1utils_1_1requires.xhtml">arm_compute::utils::requires</a></td></tr> |
| 118 | <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> |
| 119 | <tr class="memitem:namespacearm__compute_1_1utils_1_1requires_1_1detail"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1utils_1_1requires_1_1detail.xhtml">arm_compute::utils::requires::detail</a></td></tr> |
| 120 | <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> |
| 121 | </table><table class="memberdecls"> |
| 122 | <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a> |
| 123 | Macros</h2></td></tr> |
| 124 | <tr class="memitem:ae843896d1046b7247f71f2c0ff372099"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="_requires_8h.xhtml#ae843896d1046b7247f71f2c0ff372099">REQUIRES_T</a>(...)   template <bool Cond = (__VA_ARGS__), typename std::enable_if<Cond, int>::type = 0></td></tr> |
| 125 | <tr class="memdesc:ae843896d1046b7247f71f2c0ff372099"><td class="mdescLeft"> </td><td class="mdescRight">Requirements as template. <a href="#ae843896d1046b7247f71f2c0ff372099">More...</a><br /></td></tr> |
| 126 | <tr class="separator:ae843896d1046b7247f71f2c0ff372099"><td class="memSeparator" colspan="2"> </td></tr> |
| 127 | <tr class="memitem:a7ebefe53095d57aad21f29f981ea2309"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="_requires_8h.xhtml#a7ebefe53095d57aad21f29f981ea2309">REQUIRES_TA</a>(...)   typename = typename std::enable_if<(__VA_ARGS__), <a class="el" href="namespacearm__compute_1_1utils_1_1requires_1_1detail.xhtml#afa024ebea52a21a5dbbe774795d584ea">arm_compute::utils::requires::detail::enabler</a>>::type</td></tr> |
| 128 | <tr class="memdesc:a7ebefe53095d57aad21f29f981ea2309"><td class="mdescLeft"> </td><td class="mdescRight">Requirements as template argument. <a href="#a7ebefe53095d57aad21f29f981ea2309">More...</a><br /></td></tr> |
| 129 | <tr class="separator:a7ebefe53095d57aad21f29f981ea2309"><td class="memSeparator" colspan="2"> </td></tr> |
| 130 | </table><table class="memberdecls"> |
| 131 | <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a> |
| 132 | Enumerations</h2></td></tr> |
| 133 | <tr class="memitem:afa024ebea52a21a5dbbe774795d584ea"><td class="memItemLeft" align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1utils_1_1requires_1_1detail.xhtml#afa024ebea52a21a5dbbe774795d584ea">enabler</a> </td></tr> |
| 134 | <tr class="separator:afa024ebea52a21a5dbbe774795d584ea"><td class="memSeparator" colspan="2"> </td></tr> |
| 135 | </table> |
| 136 | <h2 class="groupheader">Macro Definition Documentation</h2> |
| 137 | <a id="ae843896d1046b7247f71f2c0ff372099"></a> |
| 138 | <h2 class="memtitle"><span class="permalink"><a href="#ae843896d1046b7247f71f2c0ff372099">◆ </a></span>REQUIRES_T</h2> |
| 139 | |
| 140 | <div class="memitem"> |
| 141 | <div class="memproto"> |
| 142 | <table class="memname"> |
| 143 | <tr> |
| 144 | <td class="memname">#define REQUIRES_T</td> |
| 145 | <td>(</td> |
| 146 | <td class="paramtype"> </td> |
| 147 | <td class="paramname"><em>...</em></td><td>)</td> |
| 148 | <td>   template <bool Cond = (__VA_ARGS__), typename std::enable_if<Cond, int>::type = 0></td> |
| 149 | </tr> |
| 150 | </table> |
| 151 | </div><div class="memdoc"> |
| 152 | |
| 153 | <p>Requirements as template. </p> |
| 154 | |
| 155 | <p class="definition">Definition at line <a class="el" href="_requires_8h_source.xhtml#l00043">43</a> of file <a class="el" href="_requires_8h_source.xhtml">Requires.h</a>.</p> |
| 156 | |
| 157 | </div> |
| 158 | </div> |
| 159 | <a id="a7ebefe53095d57aad21f29f981ea2309"></a> |
| 160 | <h2 class="memtitle"><span class="permalink"><a href="#a7ebefe53095d57aad21f29f981ea2309">◆ </a></span>REQUIRES_TA</h2> |
| 161 | |
| 162 | <div class="memitem"> |
| 163 | <div class="memproto"> |
| 164 | <table class="memname"> |
| 165 | <tr> |
| 166 | <td class="memname">#define REQUIRES_TA</td> |
| 167 | <td>(</td> |
| 168 | <td class="paramtype"> </td> |
| 169 | <td class="paramname"><em>...</em></td><td>)</td> |
| 170 | <td>   typename = typename std::enable_if<(__VA_ARGS__), <a class="el" href="namespacearm__compute_1_1utils_1_1requires_1_1detail.xhtml#afa024ebea52a21a5dbbe774795d584ea">arm_compute::utils::requires::detail::enabler</a>>::type</td> |
| 171 | </tr> |
| 172 | </table> |
| 173 | </div><div class="memdoc"> |
| 174 | |
| 175 | <p>Requirements as template argument. </p> |
| 176 | |
| 177 | <p class="definition">Definition at line <a class="el" href="_requires_8h_source.xhtml#l00045">45</a> of file <a class="el" href="_requires_8h_source.xhtml">Requires.h</a>.</p> |
| 178 | |
| 179 | </div> |
| 180 | </div> |
| 181 | </div><!-- contents --> |
| 182 | </div><!-- doc-content --> |
| 183 | <!-- start footer part --> |
| 184 | <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> |
| 185 | <ul> |
| 186 | <li class="navelem"><a class="el" href="dir_214608ef36d61442cb2b0c1c4e9a7def.xhtml">arm_compute</a></li><li class="navelem"><a class="el" href="dir_1fb090f0c6070330bfaccc4236d3ca0d.xhtml">core</a></li><li class="navelem"><a class="el" href="dir_7b0825b7536eda12b63e5d87347b1c7d.xhtml">utils</a></li><li class="navelem"><a class="el" href="dir_cab437ca4f6ec1fbc573ae83f91b2654.xhtml">misc</a></li><li class="navelem"><a class="el" href="_requires_8h.xhtml">Requires.h</a></li> |
Jenkins | 7f09cf7 | 2020-01-22 18:08:16 +0000 | [diff] [blame^] | 187 | <li class="footer">Generated on Wed Jan 22 2020 18:07:47 for Compute Library by |
Jenkins | 514be65 | 2019-02-28 12:25:18 +0000 | [diff] [blame] | 188 | <a href="http://www.doxygen.org/index.html"> |
| 189 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li> |
| 190 | </ul> |
| 191 | </div> |
| 192 | </body> |
| 193 | </html> |