MySQL 9.6.0
Source Code Documentation
mysql::strconv::Is_format Concept Reference

True if Test is a format. More...

#include <format.h>

Concept definition

template<class Test>
concept mysql::strconv::Is_format = std::derived_from<Test, Format_base>
True if Test is a format.
Definition: format.h:42

Detailed Description

True if Test is a format.