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

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

#include <tuple_find.h>

Inheritance diagram for mysql::utils::Tuple_count_helper< Tuple, Pred, index >:
[legend]

Detailed Description

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

Primary template for helper struct used to define Tuple_find_index.

This has the member constant value set to the number of positions N >= index such that the type of the Nth component satisfies the predicate.


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