Searched defs:sub_match_impl (Results 1 – 2 of 2) sorted by relevance
29 struct sub_match_impl struct32 unsigned int repeat_count_;33 BidiIter begin_;34 bool zero_width_;36 sub_match_impl(BidiIter const &begin) in sub_match_impl() argument
112 typedef detail::sub_match_impl<BidiIter> sub_match_impl; typedef