30 template<
typename ParseContext>
31 constexpr auto parse(ParseContext& ctx)
36 template<
typename FormatContext>
39 string_view name =
"unknown";
54 return format_to(ctx.out(),
"{}", name);
Represents a single item from the result of scan()
Definition allow_querying_search_index_options.hxx:28
replicate_to
Definition replicate_to.hxx:24
@ none
Do not apply any replication requirements.
Definition replicate_to.hxx:31
@ three
Wait for replication to all three replica nodes.
Definition replicate_to.hxx:55
@ two
Wait for replication to at least two nodes.
Definition replicate_to.hxx:47
@ one
Wait for replication to at least one node.
Definition replicate_to.hxx:39