Searched defs:condition_if_c (Results 1 – 1 of 1) sorted by relevance
615 condition_if_c(Then f, bool /* else_ */ = true) { return f(); } in condition_if_c() function619 condition_if_c(Then /* f */, bool else_ = true) { return else_; } in condition_if_c() function