| basic_match_result()=default | real::basic_match_result< SlotStorage > | |
| basic_match_result(std::string_view text, SlotStorage slots, bool matched, std::string_view pattern, std::span< const detail::named_group > names) | real::basic_match_result< SlotStorage > | inline |
| bind_context(std::string_view text, std::string_view pattern, std::span< const detail::named_group > names) | real::basic_match_result< SlotStorage > | inline |
| end(std::size_t group=0) const | real::basic_match_result< SlotStorage > | inline |
| end(std::string_view name) const | real::basic_match_result< SlotStorage > | inline |
| engine_refill(Vm &vm, std::string_view text, std::size_t pos, detail::run_mode mode, std::size_t forbid, std::string_view pattern, std::span< const detail::named_group > names) | real::basic_match_result< SlotStorage > | inline |
| engine_refill_hot(Vm &vm, std::string_view text, std::size_t pos, detail::run_mode mode, std::size_t forbid, match_semantics sem=match_semantics::first) | real::basic_match_result< SlotStorage > | inline |
| group_index(std::string_view name) const | real::basic_match_result< SlotStorage > | inline |
| matched() const | real::basic_match_result< SlotStorage > | inline |
| matched_ | real::basic_match_result< SlotStorage > | private |
| names_ | real::basic_match_result< SlotStorage > | private |
| operator bool() const | real::basic_match_result< SlotStorage > | inlineexplicit |
| operator[](std::size_t group) const | real::basic_match_result< SlotStorage > | inline |
| operator[](std::string_view name) const | real::basic_match_result< SlotStorage > | inline |
| pattern_ | real::basic_match_result< SlotStorage > | private |
| size() const | real::basic_match_result< SlotStorage > | inline |
| slots_ | real::basic_match_result< SlotStorage > | private |
| start(std::size_t group=0) const | real::basic_match_result< SlotStorage > | inline |
| start(std::string_view name) const | real::basic_match_result< SlotStorage > | inline |
| text_ | real::basic_match_result< SlotStorage > | private |