Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dstates.hpp248 struct re_repeat : public re_alt struct
250 std::size_t min, max; // min and max allowable repeats
251 int state_id; // Unique identifier for this repeat
252 … leading; // True if this repeat is at the start of the machine (lets us optimize some searches)
253 bool greedy; // True if this is a greedy repeat