PlayRho  1.1.0
An Interactive Real-Time-Oriented C++ Physics Engine & Library
playrho::HasType< T, Tuple > Struct Template Reference

Has-type trait template class. More...

Inheritance diagram for playrho::HasType< T, Tuple >:
[legend]

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

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