Searched defs:inv_const_rule_impl (Results 1 – 1 of 1) sorted by relevance
129 inline auto inv_const_rule_impl(true_type ) {return "const" >> x3::space ;}; in inv_const_rule_impl() function130 inline auto inv_const_rule_impl(false_type) {return x3::eps;}; in inv_const_rule_impl() function