![]() |
MySQL 9.6.0
Source Code Documentation
|
True for any kind of parse options for which get_repeat() returns Repeat_optional, i.e., it is known at compile-time that a string of length 0 matches, and thus parse error is impossible.
More...
#include <parse_options.h>
True for any kind of parse options for which get_repeat() returns Repeat_optional, i.e., it is known at compile-time that a string of length 0 matches, and thus parse error is impossible.
Functions taking such an argument can may declared without [[nodiscard]] (if no other errors are possible either).