22#ifdef COUCHBASE_CXX_CLIENT_DOXYGEN
36 template<
typename ParseContext>
37 constexpr auto parse(ParseContext& ctx)
37 constexpr auto parse(ParseContext& ctx) {
…}
42 template<
typename FormatContext>
45 return format_to(ctx.out(),
"{:016x}", cas.value());
CAS is a special type that represented in protocol using unsigned 64-bit integer, but only equality c...
Definition cas.hxx:34
Represents a single item from the result of scan()
Definition allow_querying_search_index_options.hxx:28