playrho::HasType< T, Tuple > Struct Template Reference

Has-type trait template class. More...

#include <Templates.hpp>

Detailed Description

template<typename T, typename Tuple>
struct playrho::HasType< T, Tuple >

Has-type trait template class.

Note
This is from Piotr Skotnicki's answer on the StackOverflow website to the question of: "How do I find out if a tuple contains a type?".
See also
https://stackoverflow.com/a/25958302/7410358

Definition at line 340 of file Templates.hpp.


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