Searched refs:call_if_statement (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/contract/ |
D | call_if.hpp | 75 struct call_if_statement {}; // Empty so cannot be used (but copyable). struct 102 struct call_if_statement<true, Then, struct 109 call_if_statement<true, Then, 128 explicit call_if_statement(Then f) : call_if_statement<true, Then, in call_if_statement() function 150 struct call_if_statement<true, Then, ThenResult> { // Copyable (as *). struct 161 explicit call_if_statement(Then f) : in call_if_statement() argument 212 call_if_statement<true, Then, ThenResult> else_if_c( in else_if_c() argument 240 call_if_statement<true, Then, ThenResult> else_if( in else_if() argument 267 struct call_if_statement<true, Then, void> { // Copyable (no data). struct 279 explicit call_if_statement(Then f) { f(); } in call_if_statement() argument [all …]
|
/third_party/boost/libs/contract/doc/html/ |
D | boostrelease_HTML.manifest | 14 boost/contract/call_if_statement.html
|