Searched defs:inv_volatile_rule_impl (Results 1 – 1 of 1) sorted by relevance
134 inline auto inv_volatile_rule_impl(true_type ) {return "volatile" >> x3::space;}; in inv_volatile_rule_impl() function135 inline auto inv_volatile_rule_impl(false_type) {return x3::eps;}; in inv_volatile_rule_impl() function