MySQL 9.6.0
Source Code Documentation
mysql::utils::Tuple_find_helper< Tuple, Pred, index > Struct Template Reference

Primary template for helper struct used to define Tuple_find_index. More...

#include <tuple_find.h>

Detailed Description

template<class Tuple, template< class > class Pred, std::size_t index = 0>
struct mysql::utils::Tuple_find_helper< Tuple, Pred, index >

Primary template for helper struct used to define Tuple_find_index.

This has the member constant value set to the smallest number N >= index such that the type of the Nth component satisfies the predicate, or no such member constant if there is no such component.


The documentation for this struct was generated from the following file: