MySQL 9.6.0
Source Code Documentation
mysql::iterators::detail::Has_member_get Concept Reference

true if Type has a get member that does not return void. More...

#include <iterator_interface.h>

Concept definition

template<class Type>
Helper: returns true if Type has a get function, regardless if it returns void or not.
Definition: iterator_interface.h:49
Helper: returns true if Type has a get function that returns void (which does not make it an iterator...
Definition: iterator_interface.h:54
true if Type has a get member that does not return void.
Definition: iterator_interface.h:60

Detailed Description

true if Type has a get member that does not return void.