29struct fmt::formatter<
couchbase::search_scan_consistency> {
30 template<
typename ParseContext>
31 constexpr auto parse(ParseContext& ctx)
31 constexpr auto parse(ParseContext& ctx) {
…}
36 template<
typename FormatContext>
39 string_view name =
"unknown";
45 return format_to(ctx.out(),
"{}", name);
29struct fmt::formatter<
couchbase::search_scan_consistency> {
…};
Represents a single item from the result of scan()
Definition allow_querying_search_index_options.hxx:28
search_scan_consistency
Definition search_scan_consistency.hxx:22
@ not_bounded
This is the default, the indexer does not wait for certain index updates until it returns the current...
Definition search_scan_consistency.hxx:33