|
Couchbase C++ SDK 1.4.0 (rev. 59aa900)
|
Represents result of search() and search() calls. More...
#include <couchbase/search_result.hxx>
Public Member Functions | |
| search_result () | |
| search_result (internal_search_result internal) | |
| ~search_result () | |
| search_result (const search_result &)=delete | |
| search_result & | operator= (const search_result &)=delete |
| search_result (search_result &&) noexcept | |
| search_result & | operator= (search_result &&) noexcept |
| auto | meta_data () const -> const search_meta_data & |
Returns the search_meta_data giving access to the additional metadata associated with this search. | |
| auto | rows () const -> const std::vector< search_row > & |
| auto | facets () const -> const std::map< std::string, std::shared_ptr< search_facet_result > > & |
Represents result of search() and search() calls.
| search_result | ( | ) |
|
explicit |
| ~search_result | ( | ) |
|
delete |
|
noexcept |
|
nodiscard |
|
nodiscard |
Returns the search_meta_data giving access to the additional metadata associated with this search.
|
delete |
|
noexcept |
|
nodiscard |