MySQL 9.6.0
Source Code Documentation
mysql::meta::Optional_is_same Concept Reference

True if either Other is omitted/void, or Test is the same type as Other. More...

#include <optional_is_same.h>

Concept definition

template<class Test, class Other void>
std::same_as<Other, void> || std::same_as<Test, Other>
True if either Other is omitted/void, or Test is the same type as Other.
Definition: optional_is_same.h:39

Detailed Description

True if either Other is omitted/void, or Test is the same type as Other.