Milena (Olena)  User documentation 2.0a Id
 All Classes Namespaces Functions Variables Typedefs Enumerator Groups Pages
mln::metal::is< T, U > Struct Template Reference

"is" check. More...

#include <is.hh>

Inherits bool_<(sizeof(internal::helper_is_< T, U >::selector(internal::make_< T >::ptr()))==sizeof(internal::yes_))>.

Detailed Description

template<typename T, typename U>
struct mln::metal::is< T, U >

"is" check.

Check whether T inherits from U.

Definition at line 64 of file is.hh.