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

True for types that are invocable without arguments. More...

#include <checker.h>

Concept definition

template<class Test>
concept mysql::strconv::Is_checker_function = std::invocable<Test>
True for types that are invocable without arguments.
Definition: checker.h:47

Detailed Description

True for types that are invocable without arguments.

Checkers should test that a parsed object is valid, and if not, call Parser::set_parse_error in the Parser (which should be captured).