MySQL 26.7.0
Source Code Documentation
mysql::gtids::Is_tag Concept Reference

True if Test is one of the tag classes. More...

#include <tag.h>

Concept definition

template<class Test>
concept mysql::gtids::Is_tag = std::derived_from<Test, detail::Tag_base>
True if Test is one of the tag classes.
Definition: tag.h:192

Detailed Description

True if Test is one of the tag classes.