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

"is_a" check. More...

#include <is_a.hh>

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

Detailed Description

template<typename T, template< class > class M>
struct mln::metal::is_a< T, M >

"is_a" check.

Check whether T inherits from CONCEPT M.

Definition at line 95 of file is_a.hh.