24#ifdef COUCHBASE_CXX_CLIENT_DOXYGEN
38 template<
typename ParseContext>
39 constexpr auto parse(ParseContext& ctx)
44 template<
typename FormatContext>
47 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 collection::scan()
Definition allow_querying_search_index_options.hxx:28