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

True for any kind of parse options: Format, Repeat, Checker, or Compound_parse_options. More...

#include <parse_options.h>

Concept definition

template<class Test>
(Is_compound_parse_options<Test> && !Test::has_checker)
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
True if Test is a format.
Definition: format.h:42
True for any kind of parse options: Format, Repeat, Checker, or Compound_parse_options.
Definition: parse_options.h:133
True if Test is either Repeat or Repeat_optional.
Definition: repeat.h:180

Detailed Description

True for any kind of parse options: Format, Repeat, Checker, or Compound_parse_options.