Searched defs:default_transmogrify (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/xpressive/detail/static/ |
D | transmogrify.hpp | 39 struct default_transmogrify struct 41 typedef typename Traits::char_type char_type; 42 typedef typename Traits::string_type string_type; 49 >::type type; 52 static type call(Matcher2 const &m, Visitor &visitor) in call() 58 static type call_(Matcher2 const &m, Visitor &visitor, mpl::true_) in call_() 65 static type call_(Matcher2 const &m, Visitor &visitor, mpl::false_) in call_() 73 …struct default_transmogrify<BidiIter, ICase, Traits, Matcher, typename Matcher::is_boost_xpressive… struct 75 typedef Matcher type; 78 static Matcher2 const &call(Matcher2 const &m, dont_care) in call()
|