22struct fmt::formatter<
couchbase::transactions::transaction_keyspace> {
24 template<
typename ParseContext>
25 constexpr auto parse(ParseContext& ctx)
25 constexpr auto parse(ParseContext& ctx) {
…}
30 template<
typename FormatContext>
33 return format_to(ctx.out(),
34 "transaction_keyspace:{{ bucket: {}, scope: {}, collection: {} }}",
22struct fmt::formatter<
couchbase::transactions::transaction_keyspace> {
…};
Represents a single item from the result of 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