Home
last modified time | relevance | path

Searched refs:SubMatchList (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/xpressive/
Dregex_primitives.hpp83 struct SubMatchList struct
84 : proto::or_<SubMatch, proto::comma<SubMatchList, SubMatch> >
89 mpl::and_<proto::is_expr<Subs>, proto::matches<Subs, SubMatchList> >
95 SubMatchList()(subs, 0, subs_); in to_vector()