Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
Base class for full text sort objects of search queries. More...
#include <couchbase/search_sort.hxx>
Public Member Functions | |
virtual | ~search_sort ()=default |
virtual auto | encode () const -> encoded_search_sort=0 |
Protected Member Functions | |
search_sort ()=default | |
search_sort (bool descending) | |
Protected Attributes | |
std::optional< bool > | descending_ {} |
Base class for full text sort objects of search queries.
|
virtualdefault |
|
protecteddefault |
|
inlineexplicitprotected |
|
nodiscardpure virtual |
Implemented in search_sort_field, search_sort_geo_distance, search_sort_id, and search_sort_score.
|
protected |