Type Definition hyperscan_sys::chimera::ch_capture_t
source · [−]pub type ch_capture_t = ch_capture;
Expand description
Structure representing a captured subexpression within a match. An array of these structures corresponding to capture groups in order is passed to the callback on match, with active structures identified by the CH_CAPTURE_FLAG_ACTIVE flag.