Home
last modified time | relevance | path

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

/third_party/boost/boost/dll/detail/demangling/
Dmsvc.hpp129 inline auto inv_const_rule_impl(true_type ) {return "const" >> x3::space ;}; in inv_const_rule_impl() function
130 inline auto inv_const_rule_impl(false_type) {return x3::eps;}; in inv_const_rule_impl() function