kblib 0.2.3
General utilities library for modern C++
kblib::contains_type< Tuple, T > Struct Template Reference

Determines if T is a type in Tuple, which must be a std::tuple. More...

Detailed Description

template<typename Tuple, typename T>
struct kblib::contains_type< Tuple, T >

Determines if T is a type in Tuple, which must be a std::tuple.

Definition at line 52 of file traits.h.


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