24#ifndef MYSQL_STRCONV_CONV_TEXT_SOURCE_LOCATION_H
25#define MYSQL_STRCONV_CONV_TEXT_SOURCE_LOCATION_H
30#include <source_location>
40 const std::source_location &source_location) {
41 target.concat(
format, source_location.file_name(),
":",
42 source_location.line(),
":", source_location.function_name());
Concept that holds for String_counter and String_writer.
Definition: string_target.h:111
Definition: gtid_binary_format.h:41
void encode_impl(const Gtid_binary_format &format, Is_string_target auto &target, const mysql::gtids::Is_tag auto &tag)
Definition: gtid_binary_format_conv.h:48
Format tag to identify text format.
Definition: text_format.h:38