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

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

#include <parser.h>

Concept definition

template<class Format_t, class Object_t>
requires(Format_t format, Parser parser, Object_t obj) {
}
Object used to parse strings.
Definition: parser.h:69
True if decode_impl can be invoked with the given format type and object type.
Definition: parser.h:55
struct Parser parser
std::string format(const routing_guidelines::Session_info &session_info, bool extended_session_info)
Definition: dest_metadata_cache.cc:170
void decode_impl(const Gtid_binary_format &format, Parser &parser, mysql::gtids::Is_tag auto &tag)
Definition: gtid_binary_format_conv.h:63

Detailed Description

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