Home
last modified time | relevance | path

Searched defs:condition_if_c (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/contract/
Dcall_if.hpp615 condition_if_c(Then f, bool /* else_ */ = true) { return f(); } in condition_if_c() function
619 condition_if_c(Then /* f */, bool else_ = true) { return else_; } in condition_if_c() function