MySQL 26.7.0
Source Code Documentation
mysql::iterators::detail::Has_member_get_void Concept Reference

Helper: returns true if Type has a get function that returns void (which does not make it an iterator). More...

#include <iterator_interface.h>

Concept definition

template<class Type>
{ t.get() } -> std::same_as<void>;
}
Helper: returns true if Type has a get function that returns void (which does not make it an iterator...
Definition: iterator_interface.h:54
MediaType
Definition: media_type.h:33

Detailed Description

Helper: returns true if Type has a get function that returns void (which does not make it an iterator).