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

True if Test is a Compound_parse_options object with at most one Format element, at most one Repeat element, and at most one other element. More...

#include <parse_options.h>

Concept definition

template<class Test>
Concept used to determine at compile time whether a given type Test is a template specialization of t...
Definition: is_specialization.h:68
True if Test is a Compound_parse_options object with at most one Format element, at most one Repeat e...
Definition: parse_options.h:120

Detailed Description

True if Test is a Compound_parse_options object with at most one Format element, at most one Repeat element, and at most one other element.