Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/core/
Dsub_match_vector.hpp59 struct sub_match_vector struct
63 struct dummy { int i_; };
64 typedef int dummy::*bool_type;
67 typedef sub_match<BidiIter> value_type;
68 typedef std::size_t size_type;
69 typedef value_type const &const_reference;
70 typedef const_reference reference;
71 typedef typename iterator_difference<BidiIter>::type difference_type;
72 typedef typename iterator_value<BidiIter>::type char_type;
73 typedef typename sub_match<BidiIter>::string_type string_type;
[all …]