24#ifndef MYSQL_STRCONV_DECODE_DECODE_TEXT_H
25#define MYSQL_STRCONV_DECODE_DECODE_TEXT_H
Object used to parse strings.
Definition: parser.h:69
Definition: gtid_binary_format.h:41
Parser decode(const Is_parse_options_nocheck auto &opt, const std::string_view &in_sv, auto &out)
Parse from a string into the given object, according to the parse options.
Definition: decode.h:55
Parser decode_text(const std::string_view &in_sv, auto &out)
Parse from a string into the given object in text format.
Definition: decode_text.h:47
Format tag to identify text format.
Definition: text_format.h:38