.. index:: pair: struct; EE::UI::Doc::TextDocument::SearchResult .. _doxid-struct_e_e_1_1_u_i_1_1_doc_1_1_text_document_1_1_search_result: struct EE::UI::Doc::TextDocument::SearchResult ============================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct SearchResult { // fields :ref:`TextRange` :target:`result` {}; std::vector<:ref:`TextRange`> :target:`captures` {}; // methods bool :target:`isValid`() const; bool :target:`operator==`(const SearchResult& other); };