Searched defs:call_if_statement (Results 1 – 1 of 1) 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 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() function 168 operator ThenResult() const { return *r_; } in operator ThenResult() 185 ThenResult else_(Else const& in else_() 212 call_if_statement<true, Then, ThenResult> else_if_c( in else_if_c() 240 call_if_statement<true, Then, ThenResult> else_if( in else_if() 248 boost::shared_ptr<ThenResult> r_; [all …]
|