24struct fmt::formatter<
couchbase::transactions::transaction_keyspace> {
26 template<
typename ParseContext>
27 constexpr auto parse(ParseContext& ctx)
32 template<
typename FormatContext>
35 return format_to(ctx.out(),
36 "transaction_keyspace:{{ bucket: {}, scope: {}, collection: {} }}",
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28
Offline, serializable representation of a bucket, scope, and collection.
Definition transaction_keyspace.hxx:25
std::string scope
Definition transaction_keyspace.hxx:62
std::string bucket
Definition transaction_keyspace.hxx:61
std::string collection
Definition transaction_keyspace.hxx:63