Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
ext::index_in< T, U, Ts ... > Struct Template Reference

Specialisation for non-empty pack where the first type in the pack is different from the tested type, in which case the field is set to result of the recursive test on shorter pack. More...

#include <type_traits.hpp>

Inheritance diagram for ext::index_in< T, U, Ts ... >:
[legend]
Collaboration diagram for ext::index_in< T, U, Ts ... >:
[legend]

Detailed Description

template<typename T, typename U, typename ... Ts>
struct ext::index_in< T, U, Ts ... >

Specialisation for non-empty pack where the first type in the pack is different from the tested type, in which case the field is set to result of the recursive test on shorter pack.

Template Parameters
Tthe type to look for

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