2020-09-02 09:42:51 +02:00
<!-- HTML header for doxygen 1.8.18 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2022-01-17 21:42:14 +01:00
< meta name = "generator" content = "Doxygen 1.9.3" / >
2020-09-02 09:42:51 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: status_macros.h File Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "styleSheet.tmp.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectlogo" > < img alt = "Logo" src = "orLogo.png" / > < / td >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > OR-Tools
2022-03-04 00:11:33 +01:00
  < span id = "projectnumber" > 9.3< / span >
2020-09-02 09:42:51 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2022-01-17 21:42:14 +01:00
<!-- Generated by Doxygen 1.9.3 -->
2020-09-02 09:42:51 +02:00
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
2020-09-02 09:42:51 +02:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2020-09-02 09:42:51 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-17 21:42:14 +01:00
/* @license-end */
< / script >
2020-09-02 09:42:51 +02:00
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2022-03-04 00:11:33 +01:00
$(document).ready(function(){initNavTree('base_2status__macros_8h.html',''); initResizable(); });
2020-09-02 09:42:51 +02:00
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
2021-04-27 23:00:03 +02:00
< a href = "#define-members" > Macros< / a > < / div >
2022-03-04 00:11:33 +01:00
< div class = "headertitle" > < div class = "title" > base/status_macros.h File Reference< / div > < / div >
2020-09-02 09:42:51 +02:00
< / div > <!-- header -->
< div class = "contents" >
2022-03-04 00:11:33 +01:00
< p > < a href = "base_2status__macros_8h_source.html" > Go to the source code of this file.< / a > < / p >
2020-09-02 09:42:51 +02:00
< table class = "memberdecls" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "define-members" name = "define-members" > < / a >
2020-09-02 09:42:51 +02:00
Macros< / h2 > < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:acdc223d8c59d5c591dc6b4e88257627b" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "base_2status__macros_8h.html#acdc223d8c59d5c591dc6b4e88257627b" > RETURN_IF_ERROR< / a > (expr)< / td > < / tr >
2020-09-02 09:42:51 +02:00
< tr class = "separator:acdc223d8c59d5c591dc6b4e88257627b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:a600de4b8f65fe0a4b1898041634f9011" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "base_2status__macros_8h.html#a600de4b8f65fe0a4b1898041634f9011" > ASSIGN_OR_RETURN< / a > (lhs, rexpr)< / td > < / tr >
2020-09-02 09:42:51 +02:00
< tr class = "separator:a600de4b8f65fe0a4b1898041634f9011" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:a6fe8b56b0e25c4fa0ff7e389c178eb7e" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "base_2status__macros_8h.html#a6fe8b56b0e25c4fa0ff7e389c178eb7e" > STATUS_MACROS_IMPL_ASSIGN_OR_RETURN_< / a > (statusor, lhs, rexpr)< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "separator:a6fe8b56b0e25c4fa0ff7e389c178eb7e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:a2c367d7e965434ba083d71c28ac1d0a3" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "base_2status__macros_8h.html#a2c367d7e965434ba083d71c28ac1d0a3" > STATUS_MACROS_IMPL_UNPARENTHESIS_INNER< / a > (...)      < a class = "el" href = "base_2status__macros_8h.html#ac65eae8f36d1c92c31a9c1b965dd5478" > STATUS_MACROS_IMPL_UNPARENTHESIS_INNER_< / a > (__VA_ARGS__)< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "separator:a2c367d7e965434ba083d71c28ac1d0a3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:ac65eae8f36d1c92c31a9c1b965dd5478" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "base_2status__macros_8h.html#ac65eae8f36d1c92c31a9c1b965dd5478" > STATUS_MACROS_IMPL_UNPARENTHESIS_INNER_< / a > (...)      STATUS_MACROS_IMPL_VAN##__VA_ARGS__< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "separator:ac65eae8f36d1c92c31a9c1b965dd5478" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:aeaebc1253db371e143adafb2ce6c5682" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "base_2status__macros_8h.html#aeaebc1253db371e143adafb2ce6c5682" > ISH< / a > (...)      ISH __VA_ARGS__< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "separator:aeaebc1253db371e143adafb2ce6c5682" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:a06439d883293ebf4748fc5dca5d54108" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "base_2status__macros_8h.html#a06439d883293ebf4748fc5dca5d54108" > STATUS_MACROS_IMPL_VANISH< / a > < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "separator:a06439d883293ebf4748fc5dca5d54108" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:aaf05f8226bde8518988f9b413524ebe2" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "base_2status__macros_8h.html#aaf05f8226bde8518988f9b413524ebe2" > STATUS_MACROS_IMPL_UNPARENTHESIS< / a > (...)      < a class = "el" href = "base_2status__macros_8h.html#a2c367d7e965434ba083d71c28ac1d0a3" > STATUS_MACROS_IMPL_UNPARENTHESIS_INNER< / a > (< a class = "el" href = "base_2status__macros_8h.html#aeaebc1253db371e143adafb2ce6c5682" > ISH< / a > __VA_ARGS__)< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "separator:aaf05f8226bde8518988f9b413524ebe2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:ac0d34ee78e672a9e1e522942e5f49524" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "base_2status__macros_8h.html#ac0d34ee78e672a9e1e522942e5f49524" > STATUS_MACROS_IMPL_CONCAT_INNER_< / a > (x, y)      x##y< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "separator:ac0d34ee78e672a9e1e522942e5f49524" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:a551c0240dbdcbbc1e75d071e09dc1444" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "base_2status__macros_8h.html#a551c0240dbdcbbc1e75d071e09dc1444" > STATUS_MACROS_IMPL_CONCAT_< / a > (x, y)      < a class = "el" href = "base_2status__macros_8h.html#ac0d34ee78e672a9e1e522942e5f49524" > STATUS_MACROS_IMPL_CONCAT_INNER_< / a > (x, y)< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "separator:a551c0240dbdcbbc1e75d071e09dc1444" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-09-02 09:42:51 +02:00
< / table >
< h2 class = "groupheader" > Macro Definition Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "a600de4b8f65fe0a4b1898041634f9011" name = "a600de4b8f65fe0a4b1898041634f9011" > < / a >
2020-09-02 09:42:51 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a600de4b8f65fe0a4b1898041634f9011" > ◆ < / a > < / span > ASSIGN_OR_RETURN< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define ASSIGN_OR_RETURN< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > lhs, < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > rexpr  < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-03-04 00:11:33 +01:00
< b > Value:< / b > < div class = "fragment" > < div class = "line" > < a class = "code hl_define" href = "base_2status__macros_8h.html#a6fe8b56b0e25c4fa0ff7e389c178eb7e" > STATUS_MACROS_IMPL_ASSIGN_OR_RETURN_< / a > ( \< / div >
< div class = "line" > < a class = "code hl_define" href = "base_2status__macros_8h.html#a551c0240dbdcbbc1e75d071e09dc1444" > STATUS_MACROS_IMPL_CONCAT_< / a > (_status_or_value, __COUNTER__), lhs, rexpr);< / div >
< div class = "ttc" id = "abase_2status__macros_8h_html_a551c0240dbdcbbc1e75d071e09dc1444" > < div class = "ttname" > < a href = "base_2status__macros_8h.html#a551c0240dbdcbbc1e75d071e09dc1444" > STATUS_MACROS_IMPL_CONCAT_< / a > < / div > < div class = "ttdeci" > #define STATUS_MACROS_IMPL_CONCAT_(x, y)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2status__macros_8h_source.html#l00070" > base/status_macros.h:70< / a > < / div > < / div >
< div class = "ttc" id = "abase_2status__macros_8h_html_a6fe8b56b0e25c4fa0ff7e389c178eb7e" > < div class = "ttname" > < a href = "base_2status__macros_8h.html#a6fe8b56b0e25c4fa0ff7e389c178eb7e" > STATUS_MACROS_IMPL_ASSIGN_OR_RETURN_< / a > < / div > < div class = "ttdeci" > #define STATUS_MACROS_IMPL_ASSIGN_OR_RETURN_(statusor, lhs, rexpr)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2status__macros_8h_source.html#l00050" > base/status_macros.h:50< / a > < / div > < / div >
2022-01-17 21:42:14 +01:00
< / div > <!-- fragment -->
2022-03-04 00:11:33 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "base_2status__macros_8h_source.html#l00046" > 46< / a > of file < a class = "el" href = "base_2status__macros_8h_source.html" > base/status_macros.h< / a > .< / p >
2022-01-17 21:42:14 +01:00
< / div >
< / div >
< a id = "aeaebc1253db371e143adafb2ce6c5682" name = "aeaebc1253db371e143adafb2ce6c5682" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aeaebc1253db371e143adafb2ce6c5682" > ◆ < / a > < / span > ISH< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define ISH< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > < em > ...< / em > < / td > < td > )< / td >
< td >       ISH __VA_ARGS__< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-03-04 00:11:33 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "base_2status__macros_8h_source.html#l00060" > 60< / a > of file < a class = "el" href = "base_2status__macros_8h_source.html" > base/status_macros.h< / a > .< / p >
2022-01-17 21:42:14 +01:00
< / div >
< / div >
< a id = "acdc223d8c59d5c591dc6b4e88257627b" name = "acdc223d8c59d5c591dc6b4e88257627b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acdc223d8c59d5c591dc6b4e88257627b" > ◆ < / a > < / span > RETURN_IF_ERROR< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define RETURN_IF_ERROR< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > expr< / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< b > Value:< / b > < div class = "fragment" > < div class = "line" > < span class = "keywordflow" > switch< / span > (0) \< / div >
< div class = "line" > case 0: \< / div >
< div class = "line" > default: \< / div >
< div class = "line" > if (const ::absl::Status status_macro_internal_adaptor = (expr); \< / div >
< div class = "line" > status_macro_internal_adaptor.ok()) { \< / div >
< div class = "line" > } < span class = "keywordflow" > else< / span > < span class = "comment" > /* NOLINT */< / span > \< / div >
< div class = "line" > return ::util::StatusBuilder(status_macro_internal_adaptor)< / div >
2020-09-02 09:42:51 +02:00
< / div > <!-- fragment -->
2022-03-04 00:11:33 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "base_2status__macros_8h_source.html#l00027" > 27< / a > of file < a class = "el" href = "base_2status__macros_8h_source.html" > base/status_macros.h< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a6fe8b56b0e25c4fa0ff7e389c178eb7e" name = "a6fe8b56b0e25c4fa0ff7e389c178eb7e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6fe8b56b0e25c4fa0ff7e389c178eb7e" > ◆ < / a > < / span > STATUS_MACROS_IMPL_ASSIGN_OR_RETURN_< / h2 >
2020-09-02 09:42:51 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2022-01-17 21:42:14 +01:00
< td class = "memname" > #define STATUS_MACROS_IMPL_ASSIGN_OR_RETURN_< / td >
2020-09-02 09:42:51 +02:00
< td > (< / td >
< td class = "paramtype" >   < / td >
2021-04-27 23:00:03 +02:00
< td class = "paramname" > statusor, < / td >
2020-09-02 09:42:51 +02:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > lhs, < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > rexpr  < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-01-17 21:42:14 +01:00
< b > Value:< / b > < div class = "fragment" > < div class = "line" > < span class = "keyword" > auto< / span > statusor = (rexpr); \< / div >
< div class = "line" > RETURN_IF_ERROR(statusor.status()); \< / div >
< div class = "line" > STATUS_MACROS_IMPL_UNPARENTHESIS(lhs) = std::move(statusor).value()< / div >
< / div > <!-- fragment -->
2022-03-04 00:11:33 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "base_2status__macros_8h_source.html#l00050" > 50< / a > of file < a class = "el" href = "base_2status__macros_8h_source.html" > base/status_macros.h< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a551c0240dbdcbbc1e75d071e09dc1444" name = "a551c0240dbdcbbc1e75d071e09dc1444" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a551c0240dbdcbbc1e75d071e09dc1444" > ◆ < / a > < / span > STATUS_MACROS_IMPL_CONCAT_< / h2 >
2020-09-02 09:42:51 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2022-01-17 21:42:14 +01:00
< td class = "memname" > #define STATUS_MACROS_IMPL_CONCAT_< / td >
2020-09-02 09:42:51 +02:00
< td > (< / td >
< td class = "paramtype" >   < / td >
2022-01-17 21:42:14 +01:00
< td class = "paramname" > x, < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
2020-09-02 09:42:51 +02:00
< td > < / td >
2022-01-17 21:42:14 +01:00
< td class = "paramtype" >   < / td >
< td class = "paramname" > y  < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
2022-03-04 00:11:33 +01:00
< td > < / td > < td >       < a class = "el" href = "base_2status__macros_8h.html#ac0d34ee78e672a9e1e522942e5f49524" > STATUS_MACROS_IMPL_CONCAT_INNER_< / a > (x, y)< / td >
2020-09-02 09:42:51 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-01-17 21:42:14 +01:00
2022-03-04 00:11:33 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "base_2status__macros_8h_source.html#l00070" > 70< / a > of file < a class = "el" href = "base_2status__macros_8h_source.html" > base/status_macros.h< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ac0d34ee78e672a9e1e522942e5f49524" name = "ac0d34ee78e672a9e1e522942e5f49524" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac0d34ee78e672a9e1e522942e5f49524" > ◆ < / a > < / span > STATUS_MACROS_IMPL_CONCAT_INNER_< / h2 >
2020-09-02 09:42:51 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2022-01-17 21:42:14 +01:00
< td class = "memname" > #define STATUS_MACROS_IMPL_CONCAT_INNER_< / td >
2020-09-02 09:42:51 +02:00
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > x, < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > y  < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
2022-01-17 21:42:14 +01:00
< td > < / td > < td >       x##y< / td >
2020-09-02 09:42:51 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-03-04 00:11:33 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "base_2status__macros_8h_source.html#l00069" > 69< / a > of file < a class = "el" href = "base_2status__macros_8h_source.html" > base/status_macros.h< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aaf05f8226bde8518988f9b413524ebe2" name = "aaf05f8226bde8518988f9b413524ebe2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aaf05f8226bde8518988f9b413524ebe2" > ◆ < / a > < / span > STATUS_MACROS_IMPL_UNPARENTHESIS< / h2 >
2020-09-02 09:42:51 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2022-01-17 21:42:14 +01:00
< td class = "memname" > #define STATUS_MACROS_IMPL_UNPARENTHESIS< / td >
2020-09-02 09:42:51 +02:00
< td > (< / td >
< td class = "paramtype" >   < / td >
2022-01-17 21:42:14 +01:00
< td class = "paramname" > < em > ...< / em > < / td > < td > )< / td >
2022-03-04 00:11:33 +01:00
< td >       < a class = "el" href = "base_2status__macros_8h.html#a2c367d7e965434ba083d71c28ac1d0a3" > STATUS_MACROS_IMPL_UNPARENTHESIS_INNER< / a > (< a class = "el" href = "base_2status__macros_8h.html#aeaebc1253db371e143adafb2ce6c5682" > ISH< / a > __VA_ARGS__)< / td >
2020-09-02 09:42:51 +02:00
< / tr >
2022-01-17 21:42:14 +01:00
< / table >
< / div > < div class = "memdoc" >
2022-03-04 00:11:33 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "base_2status__macros_8h_source.html#l00065" > 65< / a > of file < a class = "el" href = "base_2status__macros_8h_source.html" > base/status_macros.h< / a > .< / p >
2022-01-17 21:42:14 +01:00
< / div >
< / div >
< a id = "a2c367d7e965434ba083d71c28ac1d0a3" name = "a2c367d7e965434ba083d71c28ac1d0a3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2c367d7e965434ba083d71c28ac1d0a3" > ◆ < / a > < / span > STATUS_MACROS_IMPL_UNPARENTHESIS_INNER< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-09-02 09:42:51 +02:00
< tr >
2022-01-17 21:42:14 +01:00
< td class = "memname" > #define STATUS_MACROS_IMPL_UNPARENTHESIS_INNER< / td >
< td > (< / td >
2020-09-02 09:42:51 +02:00
< td class = "paramtype" >   < / td >
2022-01-17 21:42:14 +01:00
< td class = "paramname" > < em > ...< / em > < / td > < td > )< / td >
2022-03-04 00:11:33 +01:00
< td >       < a class = "el" href = "base_2status__macros_8h.html#ac65eae8f36d1c92c31a9c1b965dd5478" > STATUS_MACROS_IMPL_UNPARENTHESIS_INNER_< / a > (__VA_ARGS__)< / td >
2020-09-02 09:42:51 +02:00
< / tr >
2022-01-17 21:42:14 +01:00
< / table >
< / div > < div class = "memdoc" >
2022-03-04 00:11:33 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "base_2status__macros_8h_source.html#l00056" > 56< / a > of file < a class = "el" href = "base_2status__macros_8h_source.html" > base/status_macros.h< / a > .< / p >
2022-01-17 21:42:14 +01:00
< / div >
< / div >
< a id = "ac65eae8f36d1c92c31a9c1b965dd5478" name = "ac65eae8f36d1c92c31a9c1b965dd5478" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac65eae8f36d1c92c31a9c1b965dd5478" > ◆ < / a > < / span > STATUS_MACROS_IMPL_UNPARENTHESIS_INNER_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-09-02 09:42:51 +02:00
< tr >
2022-01-17 21:42:14 +01:00
< td class = "memname" > #define STATUS_MACROS_IMPL_UNPARENTHESIS_INNER_< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > < em > ...< / em > < / td > < td > )< / td >
< td >       STATUS_MACROS_IMPL_VAN##__VA_ARGS__< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-03-04 00:11:33 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "base_2status__macros_8h_source.html#l00058" > 58< / a > of file < a class = "el" href = "base_2status__macros_8h_source.html" > base/status_macros.h< / a > .< / p >
2022-01-17 21:42:14 +01:00
< / div >
< / div >
< a id = "a06439d883293ebf4748fc5dca5d54108" name = "a06439d883293ebf4748fc5dca5d54108" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a06439d883293ebf4748fc5dca5d54108" > ◆ < / a > < / span > STATUS_MACROS_IMPL_VANISH< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define STATUS_MACROS_IMPL_VANISH< / td >
2020-09-02 09:42:51 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-03-04 00:11:33 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "base_2status__macros_8h_source.html#l00061" > 61< / a > of file < a class = "el" href = "base_2status__macros_8h_source.html" > base/status_macros.h< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- HTML footer for doxygen 1.8.18 -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2022-03-04 00:11:33 +01:00
< li class = "navelem" > < a class = "el" href = "dir_a7cc1eeded8f693d0da6c729bc88c45a.html" > ortools< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_8f9dc966244f4c6e9b2fa0dee1e4ef1a.html" > base< / a > < / li > < li class = "navelem" > < a class = "el" href = "base_2status__macros_8h.html" > status_macros.h< / a > < / li >
2020-09-02 09:42:51 +02:00
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
2022-01-17 21:42:14 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.9.3 < / li >
2020-09-02 09:42:51 +02:00
< / ul >
< / div >
< / body >
< / html >