24#ifndef MYSQL_STRCONV_CONV_DEBUG_REPEAT_H
25#define MYSQL_STRCONV_CONV_DEBUG_REPEAT_H
41 target.concat(
format,
"Repeat(min=", repeat.
min(),
", max=", repeat.
max(),
Represents a range of integers specifying the number of times a token or pattern should be repeated w...
Definition: repeat.h:119
std::size_t min() const
Return the mimimum number of repetitions, inclusive.
Definition: repeat.h:171
std::size_t max() const
Return the maximum number of repetitions, inclusive.
Definition: repeat.h:69
Concept that holds for String_counter and String_writer.
Definition: string_target.h:111
Definition: gtid_binary_format.h:41
void encode(const Debug_format &format, Is_string_target auto &target, const Repeat &repeat)
Definition: debug_repeat.h:39