MySQL 9.6.0
Source Code Documentation
mysql::strconv::detail::Can_invoke_encode_impl Concept Reference

True if encode_impl can be invoked with the given format type and object type. More...

#include <string_target.h>

Concept definition

template<class Format_t, class Object_t>
Object_t obj) {
encode_impl(format, counter, obj);
encode_impl(format, writer, obj);
}
Class that serves as the target for encode(..., Is_string_target), which never writes anything and on...
Definition: string_counter.h:40
Class that serves as the target for encode(..., Is_string_target), which writes to a char * buffer wi...
Definition: string_writer.h:43
True if encode_impl can be invoked with the given format type and object type.
Definition: string_target.h:51
uint counter
Definition: mysqlimport.cc:58
std::string format(const routing_guidelines::Session_info &session_info, bool extended_session_info)
Definition: dest_metadata_cache.cc:170
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

Detailed Description

True if encode_impl can be invoked with the given format type and object type.